1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 02:04:15 +00:00

update usage

This commit is contained in:
deadc0de6
2017-12-23 21:00:38 +01:00
parent ad1772aa5b
commit 4734b06d2b

View File

@@ -52,16 +52,16 @@ USAGE = """
%s %s
Usage: Usage:
dotdrop install [-fndVc <path>] [--profile=<profile>] dotdrop install [-fndV] [-c <path>] [-p <profile>]
dotdrop compare [-Vc <path>] [--profile=<profile>] [--files=<files>] dotdrop compare [-V] [-c <path>] [-p <profile>] [--files=<files>]
dotdrop import [-ldVc <path>] [--profile=<profile>] <paths>... dotdrop import [-ldV] [-c <path>] [-p <profile>] <paths>...
dotdrop listfiles [-Vc <path>] [--profile=<profile>] dotdrop listfiles [-V] [-c <path>] [-p <profile>]
dotdrop list [-Vc <path>] dotdrop list [-V] [-c <path>]
dotdrop --help dotdrop --help
dotdrop --version dotdrop --version
Options: Options:
--profile=<profile> Specify the profile to use [default: %s]. -p --profile=<profile> Specify the profile to use [default: %s].
-c --cfg=<path> Path to the config [default: config.yaml]. -c --cfg=<path> Path to the config [default: config.yaml].
--files=<files> Comma separated list of files to compare. --files=<files> Comma separated list of files to compare.
-n --nodiff Do not diff when installing. -n --nodiff Do not diff when installing.