commit 3d832379c320564550a503ac7fd66167a0b80944
parent 09317aac6eb0c0e2fa6c7304b112c0c9e77fae3b
Author: Jacob Pipkin <d4wnr4z0r@yahoo.com>
Date: Sun, 13 May 2012 23:52:49 -0500
fixed wording for -j: SMP -> multicore
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sboinstall b/sboinstall
@@ -25,7 +25,7 @@ Options:
-c: do not clean working files/directories after the build.
-d: clean distfiles afterward.
-i: do not run installpkg at the end of the build process.
- -j: specify "-j" setting to make, for SMP systems; overrides conf file.
+ -j: specify "-j" setting to make, for multicore systems; overrides conf file.
-p: install an SBo as a -compat32 pkg on a multilib x86_64 system.
-r: skip viewing of the SBo README.
diff --git a/sboupgrade b/sboupgrade
@@ -29,7 +29,7 @@ Options:
-d: clean distfiles afterward.
-f: force an update, even if the "upgrade" version is the same or lower.
-i: do not run installpkg at the end of the build process.
- -j: specify "-j" setting to make, for SMP systems; overrides conf file.
+ -j: specify "-j" setting to make, for multicore systems; overrides conf file.
-N: install any new SBo's listed.
-r: skip viewing of the SBo README.