diff options
author | J Pipkin <j@dawnrazor.net> | 2012-09-09 01:11:20 -0500 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-09-09 01:11:20 -0500 |
commit | e4bce97033b91e59a3136725a8ec252d0c60b072 (patch) | |
tree | 4dc615cf3b7c0934290f6c0beff2ef0526df6613 | |
parent | f13280a6cdc69af8e3fbc6ee88cd1d1e47e5a1d2 (diff) | |
download | sbotools2-e4bce97033b91e59a3136725a8ec252d0c60b072.tar.xz |
re-ordered help output to be more alphabetically friendly
-rwxr-xr-x | sboupgrade | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,12 +29,12 @@ Options: -c: do not clean working files/directories after the build. -d: clean distfiles afterward. -f: force an update, even if the "upgrade" version is the same or lower. - -n: 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. -N: install any new SBo's listed. - -i: skip viewing of the SBo README. - -R: view the README but do not attempt to parse requirements. -r: when used with -f, will force rebuilding an SBo's requirements as well. + -R: view the README but do not parse requirements, commands, or options. Example: $self -d libsexy |