Actually fix #167

amkhiv was kind enough to point out I failed to fix the "local" syntax
removal from cmd_help().  tincantech has pointed this out and I intended
on fixing, but missed it.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2017-12-14 06:57:11 -06:00
parent 384d407408
commit f58cbc7845

View File

@ -59,7 +59,7 @@ DIRECTORY STATUS (commands would take effect on these locations)
# Detailed command help
# When called with no args, calls usage(), otherwise shows help for a command
cmd_help() {
text opts
text= opts=
case "$1" in
init-pki|clean-all) text="
init-pki [ cmd-opts ]