aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-25 20:50:17 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-25 20:50:17 +0300
commit50f3520aa9ae9ada8da08ab66527b69f47a9be34 (patch)
tree736961665a21b9caffcef603039e5a9478089709
parent.ci/ -> test/ (diff)
downloadconfig-links-50f3520aa9ae9ada8da08ab66527b69f47a9be34.tar.gz
config-links-50f3520aa9ae9ada8da08ab66527b69f47a9be34.zip
update script names in comments
-rwxr-xr-xlinks-remove2
-rwxr-xr-xlinks-update2
2 files changed, 2 insertions, 2 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
diff --git a/links-update b/links-update
index 6c3b633..b195305 100755
--- a/links-update
+++ b/links-update
@@ -17,7 +17,7 @@
# `CYGWIN` Windows environment variable value **must** include either
# `winsymlinks:native` or `winsymlinks:nativestrict`!
-# 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]
set -o errexit
set -o nounset