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

uptime: move help strings to markdown file #4518

Merged
merged 2 commits into from
Mar 16, 2023

Conversation

miles170
Copy link
Contributor

#4368

$ cargo run --features 'uptime' -- uptime -h
    Finished dev [unoptimized + debuginfo] target(s) in 0.13s
     Running `target/debug/coreutils uptime -h`
Display the current time, the length of time the system has been up,
the number of users on the system, and the average number of jobs
in the run queue over the last 1, 5 and 15 minutes.

Usage: target/debug/coreutils uptime [OPTION]...

Options:
  -s, --since    system up since
  -h, --help     Print help
  -V, --version  Print version

@miles170 miles170 force-pushed the uptime-move-help-strings-to-md-file branch from b70f938 to 8472dd1 Compare March 16, 2023 09:58
src/uu/uptime/src/uptime.rs Outdated Show resolved Hide resolved
src/uu/uptime/src/uptime.rs Outdated Show resolved Hide resolved
@miles170 miles170 force-pushed the uptime-move-help-strings-to-md-file branch from 8472dd1 to 6956377 Compare March 16, 2023 11:45
@cakebaker cakebaker merged commit 4e03e62 into uutils:main Mar 16, 2023
@cakebaker
Copy link
Contributor

Thanks :)

@miles170 miles170 deleted the uptime-move-help-strings-to-md-file branch March 17, 2023 01:02
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