diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-14 02:23:53 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-14 02:23:53 +0100 |
commit | f5526c4cfbe0803212050dc53a487e5c3b38bd4b (patch) | |
tree | 2ba0b97fbd1a6ac4f3ae4b529da0d21570a3f4b8 /bin/menuscripts/mhelp | |
parent | 991fc41022fbdf7da399eb8ea53b3c67d0239d47 (diff) |
Update scripts
Diffstat (limited to 'bin/menuscripts/mhelp')
-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 |