diff options
author | pink-mist <andreas.guldstrand@gmail.com> | 2019-04-27 12:01:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-27 12:01:25 +0200 |
commit | bb5d366f31e8781dd9bfca6d89f7dcac70c22b96 (patch) | |
tree | efc19639cde58e06fe079273ebcff87bf5b3bdf5 /t/15-usage.t | |
parent | d5058bdb7f683bbc33cb6a88bdc1b3847385677c (diff) | |
parent | c313b2ba7c4d81d67b5cfb8691ac42ca3dfd5aca (diff) | |
download | sbotools2-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-x | t/15-usage.t | 4 |
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. |