diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-16 00:38:56 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-16 00:38:56 +0200 |
commit | 701a47a4bbbc77bb95b807827cd1fa3d5abfe49c (patch) | |
tree | f56b2309afc67bf981bfd8a0c87eb76a970e0ca3 /sboremove | |
parent | fb84f53326c46700e8fc5c383f0a7a3425177c58 (diff) | |
download | sbotools-701a47a4bbbc77bb95b807827cd1fa3d5abfe49c.tar.xz |
sbo*: expand non-leading tabs into spaces to align things properly
Diffstat (limited to 'sboremove')
-rwxr-xr-x | sboremove | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -40,10 +40,10 @@ EOF my ($help, $vers, $non_int, $alwaysask, @excluded); GetOptions( - 'help|h' => \$help, - 'version|v' => \$vers, - 'nointeractive' => \$non_int, - 'alwaysask|a' => \$alwaysask, + 'help|h' => \$help, + 'version|v' => \$vers, + 'nointeractive' => \$non_int, + 'alwaysask|a' => \$alwaysask, ); if ($help) { show_usage(); exit 0 } |