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

pinky: move help strings to markdown file #4701

Merged
merged 4 commits into from
Apr 3, 2023

Conversation

m11o
Copy link
Contributor

@m11o m11o commented Apr 2, 2023

issue: #4368

pinky --help outputs the following.

./target/debug/pinky --help
Lightweight finger

Usage: ./target/debug/pinky [OPTION]... [USER]...

Arguments:
  [user]...  

Options:
  -l             produce long format output for the specified USERs
  -b             omit the user's home directory and shell in long format
  -h             omit the user's project file in long format
  -p             omit the user's plan file in long format
  -s             do short format output, this is the default
  -f             omit the line of column headings in short format
  -w             omit the user's full name in short format
  -i             omit the user's full name and remote host in short format
  -q             omit the user's full name, remote host and idle time in short format
      --help     Print help information
  -V, --version  Print version

A lightweight 'finger' program;  print user information.
The utmp file will be /var/run/utmpx.

src/uu/pinky/pinky.md Outdated Show resolved Hide resolved
Co-authored-by: Sylvestre Ledru <[email protected]>
@m11o m11o requested a review from sylvestre April 2, 2023 23:03
src/uu/pinky/src/pinky.rs Outdated Show resolved Hide resolved
Co-authored-by: Daniel Hofstetter <[email protected]>
@cakebaker cakebaker merged commit 0c1feb5 into uutils:main Apr 3, 2023
@cakebaker
Copy link
Contributor

Thanks for your PR :)

@m11o m11o deleted the pinky-move-strings-to-md-files branch April 3, 2023 11:30
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