mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 14:42:02 +00:00
Use same style for all the command descriptions
Signed-off-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
This commit is contained in:
committed by
Matthew Johnson
parent
de773f8ecf
commit
a463e2eb31
+2
-2
@@ -38,10 +38,10 @@ static struct subcmd commands[] = {
|
||||
{ "bundle-add", "Install a new bundle", bundle_add_main },
|
||||
{ "bundle-remove", "Uninstall a bundle", bundle_remove_main },
|
||||
{ "bundle-list", "List installed bundles", bundle_list_main },
|
||||
{ "hashdump", "Dumps the HMAC hash of a file", hashdump_main },
|
||||
{ "hashdump", "Dump the HMAC hash of a file", hashdump_main },
|
||||
{ "update", "Update to latest OS version", update_main },
|
||||
{ "verify", "Verify content for OS version", verify_main },
|
||||
{ "check-update", "Checks if a new OS version is available", check_update_main },
|
||||
{ "check-update", "Check if a new OS version is available", check_update_main },
|
||||
{ "search", "Search Clear Linux for a binary or library", search_main },
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user