diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-25 19:06:47 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-25 19:06:47 +0000 |
commit | 4d7904fd36ca5078b47b372691b4c16b256f3307 (patch) | |
tree | 5735f76f55dd4853010673a88375b6b136b742c8 /links-remove | |
parent | debian: 1.0.1-1 (diff) | |
parent | README: update (diff) | |
download | config-links-4d7904fd36ca5078b47b372691b4c16b256f3307.tar.gz config-links-4d7904fd36ca5078b47b372691b4c16b256f3307.zip |
Merge tag 'v1.1' into debian
Diffstat (limited to 'links-remove')
-rwxr-xr-x | links-remove | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/links-remove b/links-remove index 271fa02..ea79596 100755 --- a/links-remove +++ b/links-remove @@ -5,7 +5,7 @@ # For details, see https://github.com/egor-tensin/config-links. # Distributed under the MIT License. -# usage: ./unlink.sh [-h|--help] [-d|--database PATH] [-s|--shared-dir DIR] [-n|--dry-run] +# usage: ./links-remove [-h|--help] [-d|--database PATH] [-s|--shared-dir DIR] [-n|--dry-run] set -o errexit set -o nounset |