diff options
author | Jacob Pipkin <d4wnr4z0r@yahoo.com> | 2012-05-13 23:52:49 -0500 |
---|---|---|
committer | Jacob Pipkin <d4wnr4z0r@yahoo.com> | 2012-05-13 23:52:49 -0500 |
commit | 3d832379c320564550a503ac7fd66167a0b80944 (patch) | |
tree | 4896e0f8576c0349baf66dd879662eb8afcf1218 | |
parent | 09317aac6eb0c0e2fa6c7304b112c0c9e77fae3b (diff) | |
download | sbotools2-3d832379c320564550a503ac7fd66167a0b80944.tar.xz |
fixed wording for -j: SMP -> multicore
-rwxr-xr-x | sboinstall | 2 | ||||
-rwxr-xr-x | sboupgrade | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. @@ -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. |