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

timeout: move help strings to markdown file #4806

Merged
merged 2 commits into from
Apr 30, 2023

Conversation

m11o
Copy link
Contributor

@m11o m11o commented Apr 30, 2023

issue: #4368

timeout --help outputs follow.

$ ./target/debug/timeout --help
Start COMMAND, and kill it if still running after DURATION.

Usage: ./target/debug/timeout [OPTION] DURATION COMMAND...

Arguments:
  <duration>
  <command>...

Options:
      --foreground               when not running timeout directly from a shell prompt, allow COMMAND to read from the TTY and get TTY signals; in this mode, children of COMMAND will not be timed out
  -k, --kill-after <kill-after>  also send a KILL signal if COMMAND is still running this long after the initial signal was sent
      --preserve-status          exit with the same status as COMMAND, even when the command times out
  -s, --signal <SIGNAL>          specify the signal to be sent on timeout; SIGNAL may be a name like 'HUP' or a number; see 'kill -l' for a list of signals
  -v, --verbose                  diagnose to stderr any signal sent upon timeout
  -h, --help                     Print help
  -V, --version                  Print version

@sylvestre sylvestre merged commit e46b057 into uutils:main Apr 30, 2023
@m11o m11o deleted the timeout-move-strings-to-md-file branch April 30, 2023 06:52
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