aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2012-09-08 12:45:46 -0500
committerJ Pipkin <j@dawnrazor.net>2012-09-08 12:45:46 -0500
commit0af6771590115e9ad1a9b6513af5a9222e5bd325 (patch)
tree30d2ee567bc647dd8b55526f78dfc4373f03a5d1
parent8634f81f0036c7dc4d37b082912336864eaaa7b8 (diff)
downloadsbotools2-0af6771590115e9ad1a9b6513af5a9222e5bd325.tar.xz
sboupgrade.1 partially converted for opts changes
-rw-r--r--man1/sboupgrade.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1
index e5bde03..66e2abf 100644
--- a/man1/sboupgrade.1
+++ b/man1/sboupgrade.1
@@ -36,7 +36,7 @@ If TRUE, then DO remove the source code after building the slackbuild. By defaul
Force an upgrade, even if the installed version is equal to or less than the slackbuilds.org version.
.RE
.P
--i
+-n
.RS
Do not actually install the package created at the end of the build process. So, the slackbuild will be run, and the package will be left in /tmp, or in $PKG_DIR if so defined (see sboconfig(1) and sbotools.conf(5)).
.RE
@@ -50,7 +50,7 @@ If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to m
Install any new slackbuilds specified. So, if you want to upgrade some things and install new things with the same command, then you would use the -N flag. Note that upgrades are handled prior to new installs.
.RE
.P
--r
+-i
.RS
Skip viewing of the README and the yes or no question which accompanies it. Anytime sboupgrade is run, the first thing the command will attempt to do is show you the README for a given slackbuild and ask whether or not you wish to proceed; this option skips the README and bypasses the question. If multiple slackbuilds are specified, this option bypasses them all.
.RE
@@ -60,7 +60,7 @@ Skip viewing of the README and the yes or no question which accompanies it. Anyt
This option causes sboupgrade to skip requirement parsing, but still show the README and prompt the user to proceed.
.RE
.P
--w
+-r
.RS
When used in combination with the -f option, to force a slackbuild even if it would not constitute an update, this will cause sboupgrade to also rebuild all of that slackbuild's requirements that it can grok. Normally with -f, only the slackbuild(s) specified, and any requirements not already installed, will be rebuilt.
.RE