From 88f0243428c4cf39029c8ffc5a7e1634951158a0 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 21 Jan 2026 10:36:12 +0100 Subject: add comments to some scripts --- rmw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rmw') diff --git a/rmw b/rmw index f84689f..6bd558d 100755 --- a/rmw +++ b/rmw @@ -1,7 +1,8 @@ #!/bin/sh +# Remove whitespaces in all the files in a given directory if [ "$#" -gt 1 ]; then - echo "Usage: rm_whitespaces " >&2 + echo "Usage: rmw " >&2 exit 1 fi -- cgit v1.2.3