Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: Fixing typos in signatures for the argument parser #5696

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

dvalere
Copy link
Contributor

@dvalere dvalere commented Dec 23, 2023

join: fixed parameter
basenc: fixed parameter
cut: fixed parameter
mkdir: fixed parameter
nohup: fixed parameter
pr: fixed parameter
printenv: fixed parameter
printf: added parameters
runcon: fixed typo
shuf: fixed typo
sum: fixed typo
uniq: fixed parameter
unlink: fixed parameter
issue #5692

@dvalere dvalere changed the title Fixing typos in signatures for the argument parser src: Fixing typos in signatures for the argument parser Dec 23, 2023
@uutils uutils deleted a comment from github-actions bot Dec 23, 2023
@@ -3,7 +3,7 @@
<!-- spell-checker:ignore sourcefile sourcefiles -->

```
cut [-d|-w] [-s] [-z] [--output-delimiter] ((-f|-b|-c) {{sequence}}) {{sourcefile}}+
cut OPTION... [FILE]...
Copy link
Sponsor Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tertsdiepraam for consistency, it should be [OPTION] here no?

Copy link
Member

@tertsdiepraam tertsdiepraam Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GNU does it without []. I think that's because it requires at least one of the options. So it's different because it also works differently than the other utils.

@cakebaker cakebaker mentioned this pull request Dec 23, 2023
16 tasks
basenc: fixed parameter
cut: fixed parameter
mkdir: fixed parameter
nohup: fixed parameter
pr: fixed parameter
printenv: fixed parameter
printf: added parameters
runcon: fixed typo
shuf: fixed typo
sum: fixed typo
uniq: fixed parameter
unlink: fixed parameter
@sylvestre sylvestre merged commit f8f8277 into uutils:main Dec 29, 2023
55 of 56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants