From 83fe235ffb1909a0f6c5eb8f1b47717eb2dc293b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 17 May 2015 19:10:31 -0400 Subject: xbs: clean up usage text --- src/xbs/xbs | 6 +++--- 1 file 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:' -- cgit v1.2.3