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:
Caio Marcelo de Oliveira Filho
2018-01-25 09:48:58 -08:00
committed by Matthew Johnson
parent de773f8ecf
commit a463e2eb31
+2 -2
View File
@@ -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 }
};