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 /man1 | |
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 'man1')
-rw-r--r-- | man1/sboclean.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man1/sboclean.1 b/man1/sboclean.1 index d34b61d..af3144e 100644 --- a/man1/sboclean.1 +++ b/man1/sboclean.1 @@ -20,12 +20,12 @@ Show help information. Show version information. .RE .P --d|--clean-dist +-d|--dist .RS Clean distfiles, by default located at /usr/sbo/distfiles. .RE .P --w|--clean-work +-w|--work .RS Clean working directories, located, by default under /tmp/SBo and, for compat32 installs, by default, /tmp. .RE |