diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-25 21:54:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-25 21:54:40 +0300 |
commit | b2fae87c14806fa1d7ab81de8f1a0b0cbe42b434 (patch) | |
tree | bdf315306d4c67a6c92f93b40d7b4ad3e71cbfb0 | |
parent | add links-chmod (diff) | |
download | config-links-b2fae87c14806fa1d7ab81de8f1a0b0cbe42b434.tar.gz config-links-b2fae87c14806fa1d7ab81de8f1a0b0cbe42b434.zip |
links-chmod: tweak the help message
-rwxr-xr-x | links-chmod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/links-chmod b/links-chmod index 517ce1f..9c7a427 100755 --- a/links-chmod +++ b/links-chmod @@ -37,8 +37,8 @@ script_usage() { -d,--database set database file path -s,--shared-dir set top-level shared directory path (current working directory by default) - -n,--dry-run don't actually do anything intrusive - -m,--mode shared files mode (as in chmod)" + -m,--mode shared files mode (as in chmod) + -n,--dry-run don't actually do anything intrusive" } parse_script_options() { |