comparison packaging/linux-installer.inc.in @ 799:933860224d1e

l10n for usage text.
author Sascha Wilde <wilde@intevation.de>
date Tue, 15 Jul 2014 15:40:58 +0200
parents 3a9b0c75f5a6
children adf7481291a4
comparison
equal deleted inserted replaced
797:71799e101755 799:933860224d1e
80 exit 1 80 exit 1
81 } 81 }
82 82
83 usage() 83 usage()
84 { 84 {
85 cat <<EOF 85 getxt "Usage: %s [OPTION]...\n" "$ME"
86 Usage: $ME [OPTION]... 86 getxt "Install TrustBridge.\n\n"
87 Install TrustBridge. 87 getxt "Options:\n"
88 88 getxt " -p, --prefix=PATH install files in PATH\n"
89 Options: 89 getxt " -f, --force install to given prefix, even when a current\n"
90 -p, --prefix=PATH install files in PATH 90 getxt " installation with different prefix exists.\n"
91 -f, --force install to given prefix, even when a current 91 getxt " -d, --deinstall deinstall files from current installation\n"
92 installation with different prefix exists. 92 getxt " -s, --system create a system wide (de)installation\n"
93 -d, --deinstall deinstall files from current installation 93 getxt " --help display this help and exit\n"
94 -s, --system=PATH create a system wide (de)installation 94 getxt " --version output version information and exit\n"
95 --help display this help and exit
96 --version output version information and exit
97 EOF
98 exit $1 95 exit $1
99 } 96 }
100 97
101 yorn() 98 yorn()
102 { 99 {

http://wald.intevation.org/projects/trustbridge/