diff options
Diffstat (limited to 'bin/menuscripts')
| -rwxr-xr-x | bin/menuscripts/mhelp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/menuscripts/mhelp b/bin/menuscripts/mhelp index cb7977b..4e83a0b 100755 --- a/bin/menuscripts/mhelp +++ b/bin/menuscripts/mhelp @@ -1,6 +1,6 @@  #!/usr/bin/env sh -program="$(commander -rcd)" +program="$(commander -rc)"  [ "$program" ] || exit 1 @@ -10,7 +10,7 @@ option="$("$program" --help |  	tr -s ' ' |  	sort | uniq |  	column -l 2 -t | -	commander -lxcd | +	commander -lxc |  	awk '{print $1}')"  [ "$option" ] || exit 1  | 
