summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/xbs/xbs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xbs/xbs b/src/xbs/xbs
index 1af652a..ab10a9f 100755
--- a/src/xbs/xbs
+++ b/src/xbs/xbs
@@ -31,7 +31,7 @@ errusage() {
}
usage() {
- print 'Usage: %s [-b SYSTEM|-h] COMMAND [ARGUMENTS]' "${0##*/}"
+ print 'Usage: %s [-b BUILDSYSTEM|-h] COMMAND [ARGUMENTS]' "${0##*/}"
print 'Tool for working with arbitrary ABS-like build systems'
echo
prose 'This is a pluggable tool. The BUILDSYSTEM it uses is configured in:'
@@ -45,8 +45,8 @@ usage() {
with the environmental variable XBS_LIBDIR.' "$default_libdir"
echo
print 'Options:'
- flag "-b $(_ BUILDSYSTEM)" 'BUILDSYSTEM instead of the one configured in
- xbs.conf'
+ flag "-b $(_ BUILDSYSTEM)" 'Use BUILDSYSTEM instead of the one
+ configured in xbs.conf'
flag '-h' 'Show this message'
echo
print 'Commands:'