swupd --quiet documentation update.

Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>
This commit is contained in:
Castulo Martinez
2020-04-17 16:36:06 -07:00
committed by Castulo J. Martinez
parent 4a711d2821
commit a59cbbd6a5
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -165,7 +165,10 @@ used to modify the core behavior and resources that swupd uses.
- ``--quiet``
Print only important information and errors.
Sets `swupd` to print a minimal and more stable output that is easier to parse
for its commands. Only the most relevant information and errors are printed out.
Output displayed when using this option is rarely going to change, so this is
a good option to use when writing scripts that use `swupd`.
- ``--verbose``
+1 -1
View File
@@ -723,7 +723,7 @@ void global_print_help(void)
print(" -j, --json-output Print all output as a JSON stream\n");
print(" -y, --yes Assume yes as answer to all prompts and run non-interactively\n");
print(" --allow-insecure-http Allow updates over insecure connections\n");
print(" --quiet Quiet output. Print only important information and errors\n");
print(" --quiet Sets a minimal and more stable output that is easier to parse for swupd commands\n");
print(" --verbose Enable verbosity for commands\n");
print(" --debug Print extra information to help debugging problems\n");
print(" --no-progress Don't print progress report\n");