aboutsummaryrefslogtreecommitdiff
path: root/t/15-usage.t
diff options
context:
space:
mode:
authorpink-mist <andreas.guldstrand@gmail.com>2019-04-27 12:01:25 +0200
committerGitHub <noreply@github.com>2019-04-27 12:01:25 +0200
commitbb5d366f31e8781dd9bfca6d89f7dcac70c22b96 (patch)
treeefc19639cde58e06fe079273ebcff87bf5b3bdf5 /t/15-usage.t
parentd5058bdb7f683bbc33cb6a88bdc1b3847385677c (diff)
parentc313b2ba7c4d81d67b5cfb8691ac42ca3dfd5aca (diff)
downloadsbotools2-bb5d366f31e8781dd9bfca6d89f7dcac70c22b96.tar.xz
Merge pull request #52 from chinarulezzz/fix_sboclean_opts
sboclean: change options --clean-dist|--clean-work into simple --dist|--work
Diffstat (limited to 't/15-usage.t')
-rwxr-xr-xt/15-usage.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/15-usage.t b/t/15-usage.t
index e790a49..f14ef84 100755
--- a/t/15-usage.t
+++ b/t/15-usage.t
@@ -36,9 +36,9 @@ Options:
this screen.
-v|--version:
version information.
- -d|--clean-dist:
+ -d|--dist:
clean distfiles.
- -w|--clean-work:
+ -w|--work:
clean working directories.
-i|--interactive:
be interactive.