-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
good first issueFor newcomers!For newcomers!
Description
I'm going through all signatures for the argument parser. I found some issues in the docs:
-
join
should bejoin [OPTION]... FILE1 FILE2
-
cut
should becut OPTION... [FILE]...
-
mkdir
should bemkdir [OPTION]... DIRECTORY...
(for some reason it says[USER]
now 😄 ) - The usage string for everything based on
hashsum
are missing. -
more
now saysmore [OPTIONS] <FILE>...
which matchesutil-linux
but uses a different syntax than GNU, which would bemore [OPTIONS]... FILE...
-
nohup FLAG
should benohup OPTION
-
pr
should bepr [OPTION]... [FILE]...
-
printenv
should beprintenv [OPTION]... [VARIABLE]...
-
printf
should have the stringsprintf FORMAT [ARGUMENT]...
andprintf OPTION
-
basenc
has a"
at the end of the usage string that shouldn't be there. -
runcon
has";
at the end of the usage string that shouldn't be there. -
shuf
has;
at the end of the usage string that shouldn't be there. -
sum
has"
at the end of the usage string that shouldn't be there. - The last three lines of
test
's usage string should be written with[
instead oftest
. -
uniq
should beuniq [OPTION]... [INPUT [OUTPUT]]
-
unlink
should beunlink FILE
andunlink OPTION
-
vdir
is missing documentation
allaboutevemirolive
Metadata
Metadata
Assignees
Labels
good first issueFor newcomers!For newcomers!