diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 03:52:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 03:54:37 +0300 |
commit | 6a74133b804524c451c30c64b99f0559c6d47e40 (patch) | |
tree | 9592066e5d2e47e29cc4bf768eb02964730b508c /README.md | |
parent | blacklist aux files for `git archive` (diff) | |
download | config-links-6a74133b804524c451c30c64b99f0559c6d47e40.tar.gz config-links-6a74133b804524c451c30c64b99f0559c6d47e40.zip |
rename the scripts
For consistency with the distribution packages, mostly.
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,10 +27,10 @@ This description is obviously confusing; see the complete usage example below. Usage ----- -Symlinks are managed by `update.sh`. +Symlinks are managed by `links-update`. ``` -usage: update.sh [-h|--help] [-d|--database PATH] [-s|--shared-dir DIR] [-n|--dry-run] +usage: links-update [-h|--help] [-d|--database PATH] [-s|--shared-dir DIR] [-n|--dry-run] ``` Pass the `--help` flag to this script to examine its detailed usage @@ -62,7 +62,7 @@ In this example, the symlinks to files in "../src" must appear in > echo "$DEST" /test/dest -> ./update.sh --shared-dir ../src/ +> ./links-update --shared-dir ../src/ ... > tree /test/dest/ |