diff options
author | Philip Hands <phil@hands.com> | 2024-08-08 13:03:51 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2024-08-17 03:19:40 +0200 |
commit | 1c3a7145260e03037cc18715b883880836fd122d (patch) | |
tree | 025132b2dde422c3d39ca9d968bdb21527c3ca67 /contrib/ssh-copy-id | |
parent | update copyright notices (diff) | |
download | openssh-1c3a7145260e03037cc18715b883880836fd122d.tar.xz openssh-1c3a7145260e03037cc18715b883880836fd122d.zip |
make sure that usage & man page match
SSH-Copy-ID-Upstream: da5b1abe55b72a16e0430e7598e1573da01779c0
Diffstat (limited to 'contrib/ssh-copy-id')
-rw-r--r-- | contrib/ssh-copy-id | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id index cc3750ad1..dcf579843 100644 --- a/contrib/ssh-copy-id +++ b/contrib/ssh-copy-id @@ -68,7 +68,7 @@ TARGET_PATH=".ssh/authorized_keys" umask 0177 usage () { - printf 'Usage: %s [-h|-?|-f|-n|-s|-x] [-i [identity_file]] [-p port] [-F alternative ssh_config file] [-t target_path] [[-o <ssh -o options>] ...] [user@]hostname\n' "$0" >&2 + printf 'Usage: %s [-h|-?|-f|-n|-s|-x] [-i [identity_file]] [-t target_path] [-F ssh_config] [[-o ssh_option] ...] [-p port] [user@]hostname\n' "$0" >&2 printf '\t-f: force mode -- copy keys without trying to check if they are already installed\n' >&2 printf '\t-n: dry run -- no keys are actually copied\n' >&2 printf '\t-s: use sftp -- use sftp instead of executing remote-commands. Can be useful if the remote only allows sftp\n' >&2 |