diff --git a/README.md b/README.md index efa2ae2..23a06f7 100644 --- a/README.md +++ b/README.md @@ -193,10 +193,11 @@ For additional usage see the help: ``` $ dotdrop.sh --help + _ _ _ __| | ___ | |_ __| |_ __ ___ _ __ / _` |/ _ \| __/ _` | '__/ _ \| '_ | - \__,_|\___/ \__\__,_|_| \___/| .__/ + \__,_|\___/ \__\__,_|_| \___/| .__/ |_| Usage: @@ -204,13 +205,14 @@ Usage: dotdrop import [-ldV] [-c ] [-p ] ... dotdrop compare [-V] [-c ] [-p ] [-o ] [--files=] + dotdrop update [-fdV] [-c ] dotdrop listfiles [-V] [-c ] [-p ] dotdrop list [-V] [-c ] dotdrop --help dotdrop --version Options: - -p --profile= Specify the profile to use [default: ilak]. + -p --profile= Specify the profile to use [default: carbon]. -c --cfg= Path to the config [default: config.yaml]. --files= Comma separated list of files to compare. -o --dopts= Diff options [default: ]. @@ -221,7 +223,6 @@ Options: -d --dry Dry run. -v --version Show version. -h --help Show this screen. - ``` For easy deployment the default profile used by dotdrop reflects the @@ -365,6 +366,9 @@ cp dotfiles/secret * edit the config file and add the transformation to the dotfile * commit and push the changes +Note that transformations cannot be used if the dotfiles is to be linked (`link: true`) +and `compare` won't work on dotfiles using transformations. + ## Update dotdrop If used as a submodule, update it with