summaryrefslogtreecommitdiff
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
parent598bccda3e5024e2cf3fc3b8e88d0f6427c8e497 (diff)
xbs: usage(): Document correct config file locations
The have been at the current locations since 5c7b1e0 (2014-06-20).
-rw-r--r--po/es/xbs.po10
-rwxr-xr-xsrc/xbs/xbs6
2 files changed, 6 insertions, 10 deletions
diff --git a/po/es/xbs.po b/po/es/xbs.po
index e0c5d7d..586b0cf 100644
--- a/po/es/xbs.po
+++ b/po/es/xbs.po
@@ -73,13 +73,9 @@ msgstr "Herramienta para trabajar con sistemas arbitrarios de construcción tip
msgid "This is a pluggable tool. The BUILDSYSTEM it uses is configured in:"
msgstr "Esta es una herramienta conectable. El BUILDSYSTEM que utiliza está configurado en:"
-#: src/xbs/xbs:39
-msgid "/etc/xbs.conf"
-msgstr "/etc/xbs.conf"
-
-#: src/xbs/xbs:40
-msgid "${XDG_CONFIG_HOME}/xbs.conf"
-msgstr "${XDG_CONFIG_HOME}/xbs.conf"
+#: src/xbs/xbs:39 src/xbs/xbs:40
+msgid "%s"
+msgstr "%s"
#: src/xbs/xbs:41
msgid "with the `-b` flag"
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