mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-06 21:51:32 +00:00
swupd --quiet documentation update.
Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>
This commit is contained in:
committed by
Castulo J. Martinez
parent
4a711d2821
commit
a59cbbd6a5
+4
-1
@@ -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
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user