From a463e2eb31501bf34c2eff319bc9ebb68b6a1e22 Mon Sep 17 00:00:00 2001 From: Caio Marcelo de Oliveira Filho Date: Wed, 24 Jan 2018 23:09:09 -0800 Subject: [PATCH] Use same style for all the command descriptions Signed-off-by: Caio Marcelo de Oliveira Filho --- src/swupd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/swupd.c b/src/swupd.c index fe37d6fa..5c79f4d0 100644 --- a/src/swupd.c +++ b/src/swupd.c @@ -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 } };