diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-09 00:28:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-09 00:28:15 +0300 |
commit | cbd59f360fc1f61d264c35e0ee7b547c70c49a99 (patch) | |
tree | d1e45ccf6f4294b0f92b0eae8bc5e829dace17f8 /README.md | |
parent | bugfix (diff) | |
download | config-links-cbd59f360fc1f61d264c35e0ee7b547c70c49a99.tar.gz config-links-cbd59f360fc1f61d264c35e0ee7b547c70c49a99.zip |
-s|--source -> -c|--config-dir
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,9 +29,9 @@ Default database file name is "db.bin". Usage ----- - usage: update.sh [-d|--database PATH] [-s|--source DIR] [-n|--dry-run] [-h|--help] + usage: update.sh [-d|--database PATH] [-c|--config-dir DIR] [-n|--dry-run] [-h|--help] -To update the symlinks, run `./update.sh -d test.bin -s test`, substituting the +To update the symlinks, run `./update.sh -d test.bin -c test`, substituting the database file name for `test.bin` and directory path for `test`. Requires Cygwin. |