diff options
| author | nic <ra@afu.re> | 2024-07-24 14:07:20 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-07-24 14:07:20 -0400 |
| commit | e188213c4c6e09dbb8f94cdac3600b5b5233bf34 (patch) | |
| tree | b7135cbbea0ffe228002bb8290d1c2df2377e8f6 | |
| parent | d692877a1a07a55c3eed06e1fd3c0897a4d6f257 (diff) | |
update space script
| -rwxr-xr-x | .local/bin/space | 2 |
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 |
