mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 18:34:48 +00:00
fix usage in README
This commit is contained in:
20
README.md
20
README.md
@@ -140,32 +140,34 @@ For additional usage see the help:
|
||||
|
||||
```
|
||||
$ ./dotdrop.sh --help
|
||||
|
||||
_ _ _
|
||||
__| | ___ | |_ __| |_ __ ___ _ __
|
||||
/ _` |/ _ \| __/ _` | '__/ _ \| '_ |
|
||||
\__,_|\___/ \__\__,_|_| \___/| .__/ v0.4
|
||||
\__,_|\___/ \__\__,_|_| \___/| .__/
|
||||
|_|
|
||||
|
||||
Usage:
|
||||
dotdrop.py install [-fndvc <path>] [--profile=<profile>]
|
||||
dotdrop.py compare [-vc <path>] [--profile=<profile>] [--files=<files>]
|
||||
dotdrop.py import [-ldc <path>] [--profile=<profile>] <paths>...
|
||||
dotdrop.py listfiles [-c <path>] [--profile=<profile>]
|
||||
dotdrop.py list [-c <path>]
|
||||
dotdrop.py install [-fndVc <path>] [--profile=<profile>]
|
||||
dotdrop.py compare [-Vc <path>] [--profile=<profile>] [--files=<files>]
|
||||
dotdrop.py import [-ldVc <path>] [--profile=<profile>] <paths>...
|
||||
dotdrop.py listfiles [-Vc <path>] [--profile=<profile>]
|
||||
dotdrop.py list [-Vc <path>]
|
||||
dotdrop.py --help
|
||||
dotdrop.py --version
|
||||
|
||||
Options:
|
||||
--profile=<profile> Specify the profile to use [default: thor].
|
||||
-c --cfg=<path> Path to the config [default: /home/drits/tools/dotdrop/config.yaml].
|
||||
-c --cfg=<path> Path to the config [default: /home/drits/gits/github/dotdrop/config.yaml].
|
||||
--files=<files> Comma separated list of files to compare.
|
||||
-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.
|
||||
|
||||
```
|
||||
|
||||
For easy deployment the default profile used by dotdrop reflects the
|
||||
|
||||
Reference in New Issue
Block a user