diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-24 23:58:03 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-24 23:58:03 -0600 |
commit | 903884b327d46eadefaf3362744b31006b5d729a (patch) | |
tree | 0ec8ecbf477629179b96baed354bcdfcaf1944e3 /src/xbs | |
parent | e398216226767990c0453b4c2b9ef49b75473f19 (diff) |
Enforce two spaces after a period.
Diffstat (limited to 'src/xbs')
-rwxr-xr-x | src/xbs/xbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xbs/xbs b/src/xbs/xbs index c42738d..6319110 100755 --- a/src/xbs/xbs +++ b/src/xbs/xbs @@ -34,8 +34,8 @@ usage() { 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:' + prose 'This is a pluggable tool. The BUILDSYSTEM it uses is + configured in:' bullet '/etc/xbs.conf' bullet '${XDG_CONFIG_HOME}/xbs.conf' bullet 'with the `-b` flag' |