diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index 02dc418..34326a2 100755 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -30,11 +30,11 @@ USAGE = """ %s Usage: - dotdrop.py install [-fndvc ] [--profile=] - dotdrop.py compare [-vc ] [--profile=] [--files=] - dotdrop.py import [-ldc ] [--profile=] ... - dotdrop.py listfiles [-c ] [--profile=] - dotdrop.py list [-c ] + dotdrop.py install [-fndVc ] [--profile=] + dotdrop.py compare [-Vc ] [--profile=] [--files=] + dotdrop.py import [-ldVc ] [--profile=] ... + dotdrop.py listfiles [-Vc ] [--profile=] + dotdrop.py list [-Vc ] dotdrop.py --help dotdrop.py --version @@ -45,9 +45,9 @@ Options: -n --nodiff Do not diff when installing. -l --link Import and link. -f --force Do not warn if exists. - -v --verbose Be verbose. + -V --verbose Be verbose. -d --dry Dry run. - --version Show version. + -v --version Show version. -h --help Show this screen. """ % (BANNER, HOSTNAME, CUR)