mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 15:28:59 +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
|
$ ./dotdrop.sh --help
|
||||||
|
|
||||||
_ _ _
|
_ _ _
|
||||||
__| | ___ | |_ __| |_ __ ___ _ __
|
__| | ___ | |_ __| |_ __ ___ _ __
|
||||||
/ _` |/ _ \| __/ _` | '__/ _ \| '_ |
|
/ _` |/ _ \| __/ _` | '__/ _ \| '_ |
|
||||||
\__,_|\___/ \__\__,_|_| \___/| .__/ v0.4
|
\__,_|\___/ \__\__,_|_| \___/| .__/
|
||||||
|_|
|
|_|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--profile=<profile> Specify the profile to use [default: thor].
|
--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.
|
--files=<files> Comma separated list of files to compare.
|
||||||
-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.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
For easy deployment the default profile used by dotdrop reflects the
|
For easy deployment the default profile used by dotdrop reflects the
|
||||||
|
|||||||
Reference in New Issue
Block a user