aboutsummaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-11-16 15:51:46 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-11-16 15:51:46 +0100
commit285a4f40a00166c791bbc28e723b8ecc5ff80832 (patch)
tree0e535903c69d531ff05c2185f78c6d091332bda5 /man1
parent0e4fe79e5386d8194bd31aaade578ddbd33d97c0 (diff)
downloadsbotools2-285a4f40a00166c791bbc28e723b8ecc5ff80832.tar.xz
Clean up $TMP vs /tmp/SBo inconsistencies
This closes #4
Diffstat (limited to 'man1')
-rw-r--r--man1/sboclean.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man1/sboclean.1 b/man1/sboclean.1
index 01c0928..3cdebb2 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 (or $TMP) and, for compat32 installs, under /tmp (or $TMP). Note that if not run with the -i flag, sboclean will remove anything in the distfiles or /tmp/SBo (or $TMP) folders and any /tmp/package-*-compat32 (or $TMP/package-*-compat32) directories 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 (or $TMP). Note that if not run with the -i flag, sboclean will remove anything in the distfiles or /tmp/SBo (or $TMP) 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, by default under /tmp/SBo and, for compat32 installs, by default, /tmp.
+Clean working directories, located, by default under /tmp/SBo.
.RE
.P
-i|--interactive