diff options
author | chaya2z <chaya2zdev@gmail.com> | 2021-09-26 23:14:08 +0900 |
---|---|---|
committer | chaya2z <chaya2zdev@gmail.com> | 2021-09-26 23:14:08 +0900 |
commit | 6de48db18b8f35b4721885de798cfea4a62194f7 (patch) | |
tree | db2f3869caa200d62ae52f9baed2a7749a652006 | |
parent | 0383e588404d2a829fb54447cbfda63a7e107140 (diff) | |
download | vyatta-cfg-system-6de48db18b8f35b4721885de798cfea4a62194f7.tar.gz vyatta-cfg-system-6de48db18b8f35b4721885de798cfea4a62194f7.zip |
T3865: loadkey command help text missing escape sequence
-rwxr-xr-x | scripts/vyatta-load-user-key.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-load-user-key.pl b/scripts/vyatta-load-user-key.pl index 6e62335f..e78ebc35 100755 --- a/scripts/vyatta-load-user-key.pl +++ b/scripts/vyatta-load-user-key.pl @@ -159,7 +159,7 @@ sub getkeys { print "Warning: `loadkey' command has been deprecated and will be removed in a future version.\n"; print "Instead, use the op-mode command `generate public-key-command' to generate commands for manual addition:\n"; -print "$ generate public-key-command name <username> path <path-or-url>\n\n"; +print "\$ generate public-key-command name <username> path <path-or-url>\n\n"; die "Incorrect number of arguments, expect\n", " loadkey user filename|url\n" |