summaryrefslogtreecommitdiff
path: root/bin/menuscripts/mhelp
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-02-24 15:06:36 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-02-24 15:06:36 +0100
commitb625ace8c9fbb9df6be17b1c3b1519ac6325d8b9 (patch)
tree15b9aeecff5fd78d17f1355c3f36f315c1095364 /bin/menuscripts/mhelp
parent0bf822bd012e63fbfcc8bd6cab6c033d98e8cad2 (diff)
parent363f4b6dd28fd4d7b30f8a669efea4b16f96a268 (diff)
Merge branch 'main' of /var/git/dotfiles
Diffstat (limited to 'bin/menuscripts/mhelp')
-rwxr-xr-xbin/menuscripts/mhelp4
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