From 6de48db18b8f35b4721885de798cfea4a62194f7 Mon Sep 17 00:00:00 2001 From: chaya2z Date: Sun, 26 Sep 2021 23:14:08 +0900 Subject: T3865: loadkey command help text missing escape sequence --- scripts/vyatta-load-user-key.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 path \n\n"; +print "\$ generate public-key-command name path \n\n"; die "Incorrect number of arguments, expect\n", " loadkey user filename|url\n" -- cgit v1.2.3