mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 09:14:16 +00:00
clean usage
This commit is contained in:
19
README.md
19
README.md
@@ -146,20 +146,21 @@ $ ./dotdrop.sh --help
|
|||||||
|_|
|
|_|
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
dotdrop.py install [--profile=<profile>] [--cfg=<path>]
|
dotdrop.py install [-fndc <path>] [--profile=<profile>]
|
||||||
[(-f | --force)] [--nodiff] [--dry]
|
dotdrop.py compare [-c <path>] [--profile=<profile>] [--files=<files>]
|
||||||
dotdrop.py compare [--profile=<profile>] [--cfg=<path>]
|
dotdrop.py import [-ldc <path>] [--profile=<profile>] <paths>...
|
||||||
dotdrop.py list [--cfg=<path>]
|
dotdrop.py list [-c <path>]
|
||||||
dotdrop.py import [--cfg=<path>] [--profile=<profile>] [--dry] <paths>...
|
|
||||||
dotdrop.py (-h | --help)
|
dotdrop.py (-h | --help)
|
||||||
dotdrop.py (-v | --version)
|
dotdrop.py (-v | --version)
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--profile=<profiles> Specify the profile to use [default: hostname].
|
--profile=<profile> Specify the profile to use [default: thor].
|
||||||
--cfg=<path> Path to the config [default: config.yaml].
|
-c --cfg=<path> Path to the config [default: /home/drits/tools/dotdrop/config.yaml].
|
||||||
--dry Dry run.
|
--files=<files> Comma separated list of files to compare.
|
||||||
--nodiff Do not diff when installing [default: False].
|
-n --nodiff Do not diff when installing [default: False].
|
||||||
|
-l --link Import and link [default: False].
|
||||||
-f --force Do not warn if exists [default: False].
|
-f --force Do not warn if exists [default: False].
|
||||||
|
-d --dry Dry run.
|
||||||
-v --version Show version.
|
-v --version Show version.
|
||||||
-h --help Show this screen.
|
-h --help Show this screen.
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -30,23 +30,21 @@ USAGE = """
|
|||||||
%s
|
%s
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
dotdrop.py install [--profile=<profile>] [--cfg=<path>]
|
dotdrop.py install [-fndc <path>] [--profile=<profile>]
|
||||||
[(-f | --force)] [--nodiff] [--dry]
|
dotdrop.py compare [-c <path>] [--profile=<profile>] [--files=<files>]
|
||||||
dotdrop.py compare [--profile=<profile>] [--cfg=<path>] [--files=<filelist>]
|
dotdrop.py import [-ldc <path>] [--profile=<profile>] <paths>...
|
||||||
dotdrop.py list [--cfg=<path>]
|
dotdrop.py list [-c <path>]
|
||||||
dotdrop.py import [--profile=<profile>] [--cfg=<path>]
|
|
||||||
[(-l | --link)] [--dry] <paths>...
|
|
||||||
dotdrop.py (-h | --help)
|
dotdrop.py (-h | --help)
|
||||||
dotdrop.py (-v | --version)
|
dotdrop.py (-v | --version)
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--profile=<profiles> Specify the profile to use [default: %s].
|
--profile=<profile> Specify the profile to use [default: %s].
|
||||||
--cfg=<path> Path to the config [default: %s/config.yaml].
|
-c --cfg=<path> Path to the config [default: %s/config.yaml].
|
||||||
--files=<filelist> Comma separated list of file to compare.
|
--files=<files> Comma separated list of files to compare.
|
||||||
--dry Dry run.
|
-n --nodiff Do not diff when installing [default: False].
|
||||||
--nodiff Do not diff when installing [default: False].
|
|
||||||
-l --link Import and link [default: False].
|
-l --link Import and link [default: False].
|
||||||
-f --force Do not warn if exists [default: False].
|
-f --force Do not warn if exists [default: False].
|
||||||
|
-d --dry Dry run.
|
||||||
-v --version Show version.
|
-v --version Show version.
|
||||||
-h --help Show this screen.
|
-h --help Show this screen.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user