summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/space2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/space b/.local/bin/space
index a8eaa31..d070306 100755
--- a/.local/bin/space
+++ b/.local/bin/space
@@ -2,7 +2,7 @@
# Check if at least one argument is passed
if [ "$#" -eq 0 ]; then
- echo "Usage: $0 <file_or_directory> [<file_or_directory> ...]"
+echo "Usage: $0 <file(s)_or_dir> [<file(S)_or_dir> ...]"
exit 1
fi