]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove outdated comment
authorJakub Jelen <jjelen@redhat.com>
Tue, 2 Mar 2021 21:34:05 +0000 (21:34 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 25 May 2023 08:24:39 +0000 (18:24 +1000)
The commit b068122 removed the code dropping the trailing colon, but the comment stayed leaving the code confusing for future readers

SSH-Copy-ID-Upstream: 930d39f238117cd53810240ec989d0356aa1c1f6

contrib/ssh-copy-id

index 437a7609fbca830b87f64f5e3d8e5c0adc4dc97d..9c9b0fa5fd2c199e0114ce69ed6e4a123d950319 100644 (file)
@@ -155,7 +155,6 @@ if [ $# != 1 ] ; then
   usage
 fi
 
-# drop trailing colon
 USER_HOST="$*"
 # tack the hostname onto SSH_OPTS
 SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }'$(quote "$USER_HOST")'"