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

doc: Adds --quiet to the common options. #2100

Merged
merged 1 commit into from Apr 23, 2018
Merged

Conversation

samueldr
Copy link
Member

Fixes #1298


Adds --quiet to the synopsis and to the description text in the common options.

Verified in man ./doc/manual/nix-store.1 and in manual.html.

SYNOPSIS
       nix-store [--help] [--version] [{--verbose | -v}...] [--quiet]
                 [--no-build-output | -Q] [{--max-jobs | -j} number]

...

       --verbose / -v
           Increases the level of verbosity of diagnostic messages printed on
           standard error. For each Nix operation, the information printed on
           standard output is well-defined; any diagnostic information is printed
           on standard error, never on standard output.

           This option may be specified repeatedly. Currently, the following
           verbosity levels exist:

           0
               “Errors only”: only print messages explaining why the Nix
               invocation failed.

           1
               “Informational”: print useful messages about what Nix is doing.
               This is the default.

           2
               “Talkative”: print more informational messages.

           3
               “Chatty”: print even more informational messages.

           4
               “Debug”: print debug information.

           5
               “Vomit”: print vast amounts of debug information.

       --quiet
           Decreases the level of verbosity of diagnostic messages printed on
           standard error. This is the inverse option to -v / --verbose.

           This option may be specified repeatedly. See the previous verbosity
           levels list.

@shlevy shlevy merged commit 4b3a7f9 into NixOS:master Apr 23, 2018
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.

None yet

2 participants