aboutsummaryrefslogtreecommitdiff
path: root/src/locale
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/eo.sh1
-rw-r--r--src/locale/fr.sh1
-rw-r--r--src/locale/pt.sh1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/locale/eo.sh b/src/locale/eo.sh
index 6e77ec9..fd02368 100644
--- a/src/locale/eo.sh
+++ b/src/locale/eo.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# shellcheck disable=SC2034
set -eu
MSG_USAGE='Uzmaniero: git permalink [-phV] DOSIERO [LINIONO]'
diff --git a/src/locale/fr.sh b/src/locale/fr.sh
index 455912f..cccc3b2 100644
--- a/src/locale/fr.sh
+++ b/src/locale/fr.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# shellcheck disable=SC2034
set -eu
MSG_USAGE='Usage: git permalink [-phV] FICHIER [LINENO]'
diff --git a/src/locale/pt.sh b/src/locale/pt.sh
index e0ae89d..57085cb 100644
--- a/src/locale/pt.sh
+++ b/src/locale/pt.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# shellcheck disable=SC2034
set -eu
MSG_USAGE='Uso: git permalink [-phV] ARQUIVO [NOLINHA]'