From 903884b327d46eadefaf3362744b31006b5d729a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 24 May 2015 23:58:03 -0600 Subject: Enforce two spaces after a period. --- src/xbs/xbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xbs') 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' -- cgit v1.2.3-2-g168b