aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2012-09-09 01:11:37 -0500
committerJ Pipkin <j@dawnrazor.net>2012-09-09 01:11:37 -0500
commit64fdda52f67090900692d9a67f4d2cf1ec2bfb2c (patch)
treef23099cd0e9e10b084e51c33e6a8ef9046588d55
parente4bce97033b91e59a3136725a8ec252d0c60b072 (diff)
downloadsbotools2-64fdda52f67090900692d9a67f4d2cf1ec2bfb2c.tar.xz
re-ordered help output to be more alphabetically friendly
-rwxr-xr-xsboinstall6
1 files changed, 3 insertions, 3 deletions
diff --git a/sboinstall b/sboinstall
index ba9d8fa..882603b 100755
--- a/sboinstall
+++ b/sboinstall
@@ -27,11 +27,11 @@ Options:
-v: version information.
-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.
+ -i: non-interactive; skips README and all prompts.
-j: specify "-j" setting to make, for multicore systems; overrides conf file.
+ -n: do not run installpkg at the end of the build process.
-p: install an SBo as a -compat32 pkg on a multilib x86_64 system.
- -r: skip viewing of the SBo README.
- -R: view the README but do not attempt to parse requirements.
+ -R: view the README but do not parse requirements, commands, or options.
EOF
}