diff options
author | chinarulezzz <s.alex08@mail.ru> | 2016-12-07 02:45:15 +0200 |
---|---|---|
committer | chinarulezzz <s.alex08@mail.ru> | 2016-12-07 02:45:15 +0200 |
commit | c313b2ba7c4d81d67b5cfb8691ac42ca3dfd5aca (patch) | |
tree | 5d7fa1ca7e3332429cc9946040e02f3cc374d097 /t/15-usage.t | |
parent | 88b3d4dada94b96a036a2f1838b1213e04cfec5d (diff) | |
download | sbotools2-c313b2ba7c4d81d67b5cfb8691ac42ca3dfd5aca.tar.xz |
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 c53968f..4a9b61c 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. |