From 94b8ed103eb498abecb950724ca7c8944cbeef50 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 13 Sep 2017 16:04:04 +0200 Subject: [PATCH] verbosity with -V --- dotdrop/dotdrop.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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)