aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/locale_install.sh
diff options
context:
space:
mode:
authorGavin Howard <gavin@yzena.com>2021-06-18 23:40:15 -0600
committerGavin Howard <gavin@yzena.com>2021-06-18 23:40:15 -0600
commit2968e9967b0e4f0d8e178235bbb7b1aa73da02e2 (patch)
treeb23aa3d41a872fc23a7b5d2796a68fcb7cf297cb /scripts/locale_install.sh
parentb1b063dbaf6267b7d099f1dc528329e17ab4f7d4 (diff)
downloadplatform_external_bc-2968e9967b0e4f0d8e178235bbb7b1aa73da02e2.tar.gz
platform_external_bc-2968e9967b0e4f0d8e178235bbb7b1aa73da02e2.tar.bz2
platform_external_bc-2968e9967b0e4f0d8e178235bbb7b1aa73da02e2.zip
Do a lot of work on the development manual
This commit also includes other documentation work related to development that I have noticed as I've gone along. Signed-off-by: Gavin Howard <gavin@yzena.com>
Diffstat (limited to 'scripts/locale_install.sh')
-rwxr-xr-xscripts/locale_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/locale_install.sh b/scripts/locale_install.sh
index c488bac0..df19c287 100755
--- a/scripts/locale_install.sh
+++ b/scripts/locale_install.sh
@@ -31,7 +31,7 @@ usage() {
if [ $# -eq 1 ]; then
printf '%s\n' "$1"
fi
- printf "usage: %s NLSPATH main_exec [DESTDIR]\n" "$0" 1>&2
+ printf "usage: %s [-l] NLSPATH main_exec [DESTDIR]\n" "$0" 1>&2
exit 1
}