aboutsummaryrefslogtreecommitdiff
path: root/sboclean
diff options
context:
space:
mode:
Diffstat (limited to 'sboclean')
-rwxr-xr-xsboclean2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboclean b/sboclean
index 3b7792e..82f06e4 100755
--- a/sboclean
+++ b/sboclean
@@ -53,7 +53,7 @@ GetOptions(
if ($help) { show_usage(); exit 0 }
if ($vers) { show_version(); exit 0 }
-usage_error("You must specify at least one of -d or -w.") unless
+usage_error("You must specify at least one of -d or -w.") unless
($clean_dist || $clean_work);
sub rm_full {