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

sleep: move help strings to markdown file #4411

Merged

Conversation

chenchiii
Copy link
Contributor

#4368

sleep -h outputs the following.

$ ./target/debug/coreutils sleep -h
Pause for NUMBER seconds.

Usage: ./target/debug/coreutils sleep NUMBER[SUFFIX]...
./target/debug/coreutils sleep OPTION

Arguments:
  [NUMBER]...  pause for NUMBER seconds

Options:
  -h, --help     Print help information
  -V, --version  Print version information

Pause for NUMBER seconds.  SUFFIX may be 's' for seconds (the default),
'm' for minutes, 'h' for hours or 'd' for days.  Unlike most implementations
that require NUMBER be an integer, here NUMBER may be an arbitrary floating
point number.  Given two or more arguments, pause for the amount of time
specified by the sum of their values.

@tertsdiepraam tertsdiepraam merged commit 8448d45 into uutils:main Feb 22, 2023
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.

2 participants