summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-24 13:00:41 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-24 19:10:37 -0400
commit7d5908d65e5cd9419d755e6de228829d43138817 (patch)
tree0f90bb1f599be1d0676b8759edf931dafec62b83 /src
parent598bccda3e5024e2cf3fc3b8e88d0f6427c8e497 (diff)
xbs: usage(): Document correct config file locations
The have been at the current locations since 5c7b1e0 (2014-06-20).
Diffstat (limited to 'src')
-rwxr-xr-xsrc/xbs/xbs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xbs/xbs b/src/xbs/xbs
index 714f49b..cb02a99 100755
--- a/src/xbs/xbs
+++ b/src/xbs/xbs
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# Copyright (C) 2013-2015, 2017 Luke Shumaker <lukeshu@parabola.nu>
+# Copyright (C) 2013-2015, 2017-2018 Luke Shumaker <lukeshu@parabola.nu>
#
# License: GNU GPLv2+
#
@@ -36,8 +36,8 @@ usage() {
echo
prose 'This is a pluggable tool. The BUILDSYSTEM it uses is
configured in:'
- bullet '/etc/xbs.conf'
- bullet '${XDG_CONFIG_HOME}/xbs.conf'
+ bullet '%s' '/etc/xbs/xbs.conf'
+ bullet '%s' '${XDG_CONFIG_HOME}/xbs/xbs.conf'
bullet 'with the `-b` flag'
prose 'Later items take precedence over earlier ones.'
echo