diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 08:14:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 08:14:32 +0300 |
commit | 7deff275cc782a09cbe170613494960a4e3f543b (patch) | |
tree | a5fa2d3d304e6dadf78e208c63110022b560bb2e /README.md | |
parent | README update (diff) | |
download | config-links-7deff275cc782a09cbe170613494960a4e3f543b.tar.gz config-links-7deff275cc782a09cbe170613494960a4e3f543b.zip |
-c|--config-dir -> -s|--shared-dir
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ Usage Symlinks are managed by `update.sh`. ``` -usage: update.sh [-h|--help] [-d|--database PATH] [-c|--config-dir DIR] [-n|--dry-run] +usage: update.sh [-h|--help] [-d|--database PATH] [-s|--shared-dir DIR] [-n|--dry-run] ``` Pass the `--help` flag to this script to examine its detailed usage @@ -56,7 +56,7 @@ In this example, the symlinks to files in "../cfg" must appear in "~/env". > echo "$ENV" /home/Egor/env -> ./update.sh -c ../cfg/ +> ./update.sh --shared-dir ../cfg/ ... > tree ~/env/ |