summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornic <ra@afu.re>2024-07-24 14:07:20 -0400
committernic <ra@afu.re>2024-07-24 14:07:20 -0400
commite188213c4c6e09dbb8f94cdac3600b5b5233bf34 (patch)
treeb7135cbbea0ffe228002bb8290d1c2df2377e8f6
parentd692877a1a07a55c3eed06e1fd3c0897a4d6f257 (diff)
update space script
-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