good first issue
Repository metrics
- Stars
- (23,246 stars)
- PR merge metrics
- (Avg merge 5d 23h) (239 merged PRs in 30d)
Description
I'm going through all signatures for the argument parser. I found some issues in the docs:
-
joinshould bejoin [OPTION]... FILE1 FILE2 -
cutshould becut OPTION... [FILE]... -
mkdirshould bemkdir [OPTION]... DIRECTORY...(for some reason it says[USER]now 😄 ) -
The usage string for everything based onhashsumare missing. -
morenow saysmore [OPTIONS] <FILE>...which matchesutil-linuxbut uses a different syntax than GNU, which would bemore [OPTIONS]... FILE... -
nohup FLAGshould benohup OPTION -
prshould bepr [OPTION]... [FILE]... -
printenvshould beprintenv [OPTION]... [VARIABLE]... -
printfshould have the stringsprintf FORMAT [ARGUMENT]...andprintf OPTION -
basenchas a"at the end of the usage string that shouldn't be there. -
runconhas";at the end of the usage string that shouldn't be there. -
shufhas;at the end of the usage string that shouldn't be there. -
sumhas"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. -
uniqshould beuniq [OPTION]... [INPUT [OUTPUT]] -
unlinkshould beunlink FILEandunlink OPTION -
vdiris missing documentation