From fec4daa64fe2cef85c40e3ff0c20cd2287cfdcab Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Sat, 27 Apr 2019 12:03:50 +0200 Subject: sboclean: allow the old options to still work --- sboclean | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sboclean') diff --git a/sboclean b/sboclean index fa87edd..ec8d841 100755 --- a/sboclean +++ b/sboclean @@ -43,11 +43,11 @@ EOF my ($help, $vers, $dist, $work, $interactive); GetOptions( - 'help|h' => \$help, - 'version|v' => \$vers, - 'dist|d' => \$dist, - 'work|w' => \$work, - 'interactive|i' => \$interactive, + 'help|h' => \$help, + 'version|v' => \$vers, + 'dist|clean-dist|d' => \$dist, + 'work|clean-work|w' => \$work, + 'interactive|i' => \$interactive, ); if ($help) { show_usage(); exit 0 } -- cgit v1.2.3