From f5526c4cfbe0803212050dc53a487e5c3b38bd4b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 14 Feb 2024 02:23:53 +0100 Subject: Update scripts --- bin/menuscripts/mhelp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/menuscripts/mhelp') 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 -- cgit v1.2.3