mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +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:
parent
9f93bb1932
commit
55502cb44f
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue