summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchaya2z <chaya2zdev@gmail.com>2021-09-26 23:14:08 +0900
committerchaya2z <chaya2zdev@gmail.com>2021-09-26 23:14:08 +0900
commit6de48db18b8f35b4721885de798cfea4a62194f7 (patch)
treedb2f3869caa200d62ae52f9baed2a7749a652006
parent0383e588404d2a829fb54447cbfda63a7e107140 (diff)
downloadvyatta-cfg-system-6de48db18b8f35b4721885de798cfea4a62194f7.tar.gz
vyatta-cfg-system-6de48db18b8f35b4721885de798cfea4a62194f7.zip
T3865: loadkey command help text missing escape sequence
-rwxr-xr-xscripts/vyatta-load-user-key.pl2
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"