summaryrefslogtreecommitdiff
path: root/scripts/nospac
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-20 17:16:00 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-20 17:16:00 +0400
commit15c47cb8c7d5662be0fdb68800cedaa133949b56 (patch)
tree19a70113bcc9b3a8adebd2a33b2fdd074f31dc42 /scripts/nospac
parent45f88070196a67fae791dd1bc99d9b4e2610803c (diff)
style (scripts): use spaces instead of tabs in help messages
Diffstat (limited to 'scripts/nospac')
-rwxr-xr-xscripts/nospac3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/nospac b/scripts/nospac
index 650c216..6ba466a 100755
--- a/scripts/nospac
+++ b/scripts/nospac
@@ -4,9 +4,8 @@ help() {
cat << EOF
${0}: Replace all the spaces in file and directory
names with "_" in in the current directory.
-
options:
- -h Print this message and exit
+ -h Print this message and exit
EOF
}