commit 6104d9fb8d11a051e57bb3a7d7af1cb063c0717b
parent 0b7dcebbc3b889a8c13f4022e8ca79d2f6cc0cbf
Author: J Pipkin <j@dawnrazor.net>
Date: Sun, 9 Sep 2012 10:29:22 -0500
sboconfig: reformatted help output
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/sboconfig b/sboconfig
@@ -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