summaryrefslogtreecommitdiff
path: root/rmw
diff options
context:
space:
mode:
Diffstat (limited to 'rmw')
-rwxr-xr-xrmw2
1 files changed, 1 insertions, 1 deletions
diff --git a/rmw b/rmw
index 37a2504..3a00564 100755
--- a/rmw
+++ b/rmw
@@ -1,5 +1,5 @@
#!/bin/sh
-# Remove whitespaces in all the files in a given directory
+# Remove whitespaces in all filenames in a given directory
if [ "$#" -gt 1 ]; then
echo "Usage: rmw <dir>" >&2