diff options
author | J Pipkin <j@dawnrazor.net> | 2013-01-13 08:16:46 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2013-01-13 08:16:46 -0600 |
commit | 104928d2fc599779ed6a3d18352feb5221d366b7 (patch) | |
tree | 005ded952a33a4ae3db38a8706bc6d00947123ee /man1 | |
parent | ebea5de7bf371f4bc2fd87724acca91279d7e0d1 (diff) | |
parent | e86433279141617306c136e2cac4ca42d5821d55 (diff) | |
download | sbotools2-104928d2fc599779ed6a3d18352feb5221d366b7.tar.xz |
Merge branch 'clean_c32', fixes #46
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 6e9e38e..0cb308c 100644 --- a/man1/sboclean.1 +++ b/man1/sboclean.1 @@ -7,7 +7,7 @@ sboclean - clean files left around by sbotools. sboclean [-h|-v] [-dwi] .SH DESCRIPTION .P -sboclean is used to clean files left around by sbotools, such as downloaded source files ("distfiles"), or work directories under /tmp/SBo. Note that if not run with the -i flag, sboclean will remove anything in the distfiles or /tmp/SBo folders with extreme prejudice. One of either -d or -w must be specified for this script to do anything. +sboclean is used to clean files left around by sbotools, such as downloaded source files ("distfiles"), or work directories under /tmp/SBo and, for compat32 installs, under /tmp. Note that if not run with the -i flag, sboclean will remove anything in the distfiles or /tmp/SBo folders and any /tmp/package-*-compat32 directories with extreme prejudice. One of either -d or -w must be specified for this script to do anything. .SH OPTIONS .P -h|--help @@ -27,7 +27,7 @@ Clean distfiles, by default located at /usr/sbo/distfiles. .P -w|--clean-work .RS -Clean working directories, located under /tmp/SBo. +Clean working directories, located under /tmp/SBo and, for compat32 installs, /tmp. .RE .P -i|--interactive |