diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 20:52:35 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 20:52:35 +0100 |
commit | 1368f89615f75d7a5c092f159f519299eef66aca (patch) | |
tree | 697a309dba1f55b43f7a5fc614ab001565085c8d | |
parent | 6f9e7c3fcb62ce99784649ca7524bcd9c4a1cb55 (diff) | |
download | sbotools2-1368f89615f75d7a5c092f159f519299eef66aca.tar.xz |
man sboinstall/upgrade clarify --nointeractive
Make it clear that --nointeractive also disables dependency resolution.
This closed #17.
-rw-r--r-- | man1/sboinstall.1 | 2 | ||||
-rw-r--r-- | man1/sboupgrade.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1 index a6a8d9f..1662a76 100644 --- a/man1/sboinstall.1 +++ b/man1/sboinstall.1 @@ -47,7 +47,7 @@ Create a -compat32 package instead of a normal x86_64 package on multilib x86_64 .P -r|--nointeractive .RS -Skip viewing of the README and the yes or no question which accompanies it. Anytime sboinstall 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. +Skip viewing of the README and the yes or no question which accompanies it. Anytime sboinstall 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. This also disables dependency resolution, since you have no way of confirming which dependencies you actually want to install. If multiple slackbuilds are specified, this option bypasses them all. .RE .P -R|--norequirements diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1 index ae499ab..a645190 100644 --- a/man1/sboupgrade.1 +++ b/man1/sboupgrade.1 @@ -47,7 +47,7 @@ If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to m .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. +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. This also disables dependency resolution, since you have no way of confirming which dependencies you actually want to install. If multiple slackbuilds are specified, this option bypasses them all. .RE .P -z|--force-reqs |