mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
fix usage hint
This commit is contained in:
parent
813e31ada8
commit
af26ebfff9
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ function getArg() {
|
|||
function usage() {
|
||||
[ $# -gt 0 ] && echo "Error: $1" >&2
|
||||
echo "Usage: $(basename $0) \\" >&2
|
||||
echo " [--dict <path/to/dict>]* \\" >&2
|
||||
echo " [--game-dict <path/to/dict>]* \\" >&2
|
||||
echo " [--old-app <path/to/app]* \\" >&2
|
||||
echo " [--new-app <path/to/app] \\" >&2
|
||||
echo " [--min-devs <int>] \\" >&2
|
||||
|
|
Loading…
Add table
Reference in a new issue