LGTM :)
On Wed, Oct 17, 2012 at 5:29 PM, Michael Hanselmann <[email protected]>wrote: > s/it/if/ > --- > lib/cli.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/cli.py b/lib/cli.py > index feb0fe4..a7a4742 100644 > --- a/lib/cli.py > +++ b/lib/cli.py > @@ -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, > -- > 1.7.7.3 > >
