diff options
-rw-r--r-- | man1/sboconfig.1 | 1 | ||||
-rw-r--r-- | man1/sboupgrade.1 | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/man1/sboconfig.1 b/man1/sboconfig.1 index b4f47da..9d3a5ac 100644 --- a/man1/sboconfig.1 +++ b/man1/sboconfig.1 @@ -29,6 +29,7 @@ List out current configuration options, including unmodified default configurati .RS NOCLEAN: If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo. By default, these directories are removed after building an slackbuild. Setting this option to TRUE causes the working directories to not be cleaned by default. This can be overridden when running sboupgrade(1)/sboinstall(1). .RE + .P -d|--distclean (FALSE|TRUE) .RS diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1 index fba3f58..7e7c7ab 100644 --- a/man1/sboupgrade.1 +++ b/man1/sboupgrade.1 @@ -64,6 +64,11 @@ This option causes sboupgrade to skip requirement handling, but still show the R .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; patches are always welcome. |