commit 6ba5c40a7e1ba140b25140caee40737b362ca932
parent b1809dfb43065c4e92bc779a8a52559bfafdd007
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Sat, 11 Nov 2023 17:45:03 +0200
Fix help message bug. It is very dumb looking.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/0x0.st b/bin/0x0.st
@@ -21,7 +21,8 @@ Flags:
-s, --secondary Operate on the SECONDARY selection.
-b, --clipboard Operate on the CLIPBOARD selection.
--debug Show debug information.
-" "$0" "$0" "$0"
+" "$0" "$0" "$0" "$0" # XXX: That's a dumb looking way of providing
+ # this one "$0" argument many times.
exit 1
}