diff options
Diffstat (limited to 'man1/sboupgrade.1')
-rw-r--r-- | man1/sboupgrade.1 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1 index c5966fd..4dfeeb0 100644 --- a/man1/sboupgrade.1 +++ b/man1/sboupgrade.1 @@ -45,30 +45,15 @@ Do not actually install the package created at the end of the build process. So, If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to make when a slackbuild which invokes "make" is run. This only makes sense on multicore systems, where one might set the JOBS to the number of available cores, or half that number, etc. .RE .P --N|--installnew -.RS -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|--nointeractive .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 .P --R|--norequirements -.RS -This option causes sboupgrade to skip requirement handling, but still show the README and prompt the user to proceed. -.RE -.P -z|--force-reqs .RS When used in combination with the -f option, to force an update even if it would not constitute an update, this will cause sboupgrade to also rebuild all of that slackbuild's requirements. Normally with -f, only the slackbuild(s) specified, and any requirements not already installed, will be rebuilt. This allows for recursive upgrades, among other things. .RE -.P --z|--force-reqs -.RS -When used in combination with the -f option, to force an update 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. This allows for recursive upgrades, among other things. -.RE .SH BUGS .P None known, but there may be some. Please report any found to j@dawnrazor.net or xocel@iquidus.org; patches are always welcome. |