cli: Fix small typo
authorMichael Hanselmann <hansmi@google.com>
Wed, 17 Oct 2012 15:29:12 +0000 (17:29 +0200)
committerMichael Hanselmann <hansmi@google.com>
Wed, 17 Oct 2012 15:44:25 +0000 (17:44 +0200)
s/it/if/

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Dato Simó <dato@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>

lib/cli.py

index feb0fe4..a7a4742 100644 (file)
@@ -731,7 +731,7 @@ SYNC_OPT = cli_option("--sync", dest="do_locking",
 DRY_RUN_OPT = cli_option("--dry-run", default=False,
                          action="store_true",
                          help=("Do not execute the operation, just run the"
-                               " check steps and verify it it could be"
+                               " check steps and verify if it could be"
                                " executed"))
 
 VERBOSE_OPT = cli_option("-v", "--verbose", default=False,