« get me outta code hell

improve --lang-path help message - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-08-08 10:43:13 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-08-08 10:43:13 -0300
commit3ac8ca7f5c6b099f9917809829a8992d6f2926a0 (patch)
tree9fd2fc6dd63f28faa7b20f5b2b826ea31c43cbb4
parenta58b9dd2c15b56fcb8697013afb86238af4ba374 (diff)
improve --lang-path help message
-rwxr-xr-xsrc/upd8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 11ede7b..fabda27 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -174,7 +174,7 @@ async function main() {
     // 8uild with the default (English) strings if this path is left
     // unspecified.
     'lang-path': {
-      help: `Specify path to language directory, including JSON files that mapping internal string keys to localized language content, and various language metadata`,
+      help: `Specify path to language directory, including JSON files that mapping internal string keys to localized language content, and various language metadata\n\nOptional for wiki building, unless the wiki's default language is not English; may be provided via the HSMUSIC_LANG environment variable instead`,
       type: 'value',
     },