From: Thomas Walker Lynch Date: Wed, 19 Nov 2025 05:43:48 +0000 (+0000) Subject: 'usage' now alias for 'help' X-Git-Url: https://git.reasoningtechnology.com/?a=commitdiff_plain;h=e329105c14d2e984a67c5177ba4b6a31fd05dacb;p=subu-incommon%2F.git 'usage' now alias for 'help' --- diff --git a/executable/Z b/executable/Z index e9e0c7a..b339534 100755 --- a/executable/Z +++ b/executable/Z @@ -100,7 +100,7 @@ def CLI(argv=None) -> int: # Quick handlers if argv[0] == "version": print(VERSION); return 0 - if argv[0] in ("help","-h","--help"): + if argv[0] in ("help","usage","-h","--help"): print(USAGE); return 0 # Parse options in any order