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

groups: move help strings to markdown file #4554

Merged

Conversation

piotrkwiecinski
Copy link
Contributor

#4368

groups --help outputs the following:

./target/debug/groups --help
Print group memberships for each `USERNAME` or, if no `USERNAME` is specified, for
the current process (which may differ if the groups data‐base has changed).

Usage: ./target/debug/groups [OPTION]... [USERNAME]...

Arguments:
  [USERNAME]...  

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

@cakebaker cakebaker changed the title groups: move move help strings to markdown file groups: move help strings to markdown file Mar 19, 2023
error::{UError, UResult},
format_usage, show,
};
use uucore::{display::Quotable, entries::{get_groups_gnu, gid2grp, Locate, Passwd}, error::{UError, UResult}, format_usage, help_about, help_usage, show};
Copy link
Contributor

Choose a reason for hiding this comment

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

please run rustfmt

@cakebaker cakebaker merged commit 47884d7 into uutils:main Mar 20, 2023
@cakebaker
Copy link
Contributor

Thanks!

@piotrkwiecinski piotrkwiecinski deleted the groups-move-strings-to-md-files branch March 26, 2023 12:09
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