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:
parent
4649c717b6
commit
460dc52e68
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# unlink
|
||||
|
||||
```
|
||||
unlink [FILE]
|
||||
unlink FILE
|
||||
unlink OPTION
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue