1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

test: fix usage string

`[` alone is not a valid test command.
`test` alone is a valid test command.
`]` alone is not a valid test command.

Update usage string to match GNU behavior.
This commit is contained in:
RWDJ 2025-02-15 19:20:35 -06:00
parent 9f93bb1932
commit 55502cb44f
No known key found for this signature in database
GPG key ID: DB989D505E0091E4

View file

@ -2,11 +2,10 @@
``` ```
test EXPRESSION test EXPRESSION
[ test
[ EXPRESSION ] [ EXPRESSION ]
[ ] [ ]
[ OPTION [ OPTION
]
``` ```
Check file types and compare values. Check file types and compare values.