mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 23:09:16 +00:00
update usage
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user