diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-17 19:10:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-17 19:10:31 -0400 |
commit | 83fe235ffb1909a0f6c5eb8f1b47717eb2dc293b (patch) | |
tree | a40a617928cca87302d35384495ef29a00ca39d1 | |
parent | badd4a8d1293156a32d9502404b35825b35022ac (diff) |
xbs: clean up usage text
-rwxr-xr-x | src/xbs/xbs | 6 |
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:' |