1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 01:18:59 +00:00

verbosity with -V

This commit is contained in:
deadc0de6
2017-09-13 16:04:04 +02:00
parent a3731cbdfe
commit 94b8ed103e

View File

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