aboutsummaryrefslogtreecommitdiff
path: root/man1/sboclean.1
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2013-03-02 02:20:47 -0600
committerJ Pipkin <j@dawnrazor.net>2013-03-02 02:20:47 -0600
commitfb0d444d3aed4100546a55bdf69903aa13cc7fe5 (patch)
tree37f23ee1e7579e839d61fc7786986edd5dfbcd3c /man1/sboclean.1
parent5b7871d33a8f0746eb095d1cf9a2f2b306dfa562 (diff)
parent2483cc672c72ef8182035d65de1593dca8b94267 (diff)
downloadsbotools2-fb0d444d3aed4100546a55bdf69903aa13cc7fe5.tar.xz
Merge branch 'tmp_fix', fixes #50
Diffstat (limited to 'man1/sboclean.1')
-rw-r--r--man1/sboclean.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man1/sboclean.1 b/man1/sboclean.1
index cf83ee6..6e65ba2 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 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.
+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.
.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 and, for compat32 installs, /tmp.
+Clean working directories, located, by default under /tmp/SBo and, for compat32 installs, by default, /tmp.
.RE
.P
-i|--interactive