coreutils
coreutils copied to clipboard
Some docs issues
I'm going through all signatures for the argument parser. I found some issues in the docs:
- [x]
joinshould bejoin [OPTION]... FILE1 FILE2 - [x]
cutshould becut OPTION... [FILE]... - [x]
mkdirshould bemkdir [OPTION]... DIRECTORY...(for some reason it says[USER]now 😄 ) - [ ] The usage string for everything based on
hashsumare missing. - [x]
morenow saysmore [OPTIONS] <FILE>...which matchesutil-linuxbut uses a different syntax than GNU, which would bemore [OPTIONS]... FILE... - [x]
nohup FLAGshould benohup OPTION - [x]
prshould bepr [OPTION]... [FILE]... - [x]
printenvshould beprintenv [OPTION]... [VARIABLE]... - [x]
printfshould have the stringsprintf FORMAT [ARGUMENT]...andprintf OPTION - [x]
basenchas a"at the end of the usage string that shouldn't be there. - [x]
runconhas";at the end of the usage string that shouldn't be there. - [x]
shufhas;at the end of the usage string that shouldn't be there. - [x]
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. - [x]
uniqshould beuniq [OPTION]... [INPUT [OUTPUT]] - [x]
unlinkshould beunlink FILEandunlink OPTION - [x]
vdiris missing documentation
hey i want to work on this, it would be great if you assign this to me!
@ankit-pn @dvalere already fixed most of the issues in https://github.com/uutils/coreutils/pull/5696, but feel free to work on the remaining issues
I've made the list into checkmarks to keep track of all the pages that are correct now.