diff options
author | J Pipkin <j@dawnrazor.net> | 2012-09-09 10:29:22 -0500 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-09-09 10:29:22 -0500 |
commit | 6104d9fb8d11a051e57bb3a7d7af1cb063c0717b (patch) | |
tree | 1a585c724bfe6fa943bcc8f00b16e1b262b12d2c | |
parent | 0b7dcebbc3b889a8c13f4022e8ca79d2f6cc0cbf (diff) | |
download | sbotools2-6104d9fb8d11a051e57bb3a7d7af1cb063c0717b.tar.xz |
sboconfig: reformatted help output
-rwxr-xr-x | sboconfig | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -30,16 +30,16 @@ Options: -v: version information. -l: show current options. -Config options (defaults shown): - -c FALSE: +Config options: + -c|--clean FALSE: NOCLEAN: if TRUE, do NOT clean up after building by default. - -d FALSE: + -d|--distclean FALSE: DISTCLEAN: if TRUE, DO clean distfiles by default after building. - -j FALSE: + -j|--jobs FALSE: JOBS: numeric -j setting to feed to make for multicore systems. - -p FALSE: + -p|--pkg-dir FALSE: PKG_DIR: set a directory to store packages in. - -s /usr/sbo: + -s|--sbo-home /usr/sbo: SBO_HOME: set the SBo directory. EOF |