diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-26 20:13:49 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-26 20:13:49 +0400 |
commit | a037142f9d6403a6b2865f4baccaf8e90fccc2a8 (patch) | |
tree | 24a59fa4fb5adda7116972ee0d3e65a8fc8e9d93 /scripts/slight | |
parent | 0be0cd0a47d4cf1d59d21d881080e5c415a02d40 (diff) |
slight: very small style change
Diffstat (limited to 'scripts/slight')
-rwxr-xr-x | scripts/slight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/slight b/scripts/slight index 560f0fe..740c07e 100755 --- a/scripts/slight +++ b/scripts/slight @@ -64,7 +64,7 @@ while getopts "i:d:s:ph" option; do ;; h) help; exit 0 ;; - *) err "Try '${0} -h' for help.";; + *) err "Try '${0} -h' for help." ;; esac done |