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

unlink: fix usage string

unlink must either take an option or a file. Update usage string to
match GNU behavior.
This commit is contained in:
RWDJ 2025-02-15 18:40:47 -06:00
parent 4649c717b6
commit 460dc52e68
No known key found for this signature in database
GPG key ID: DB989D505E0091E4

View file

@ -1,7 +1,7 @@
# unlink
```
unlink [FILE]
unlink FILE
unlink OPTION
```