]> git.pond.sub.org Git - empserver/commitdiff
fairland: Fix usage information to include -v
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 9 Jun 2013 15:20:37 +0000 (17:20 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 9 Jun 2013 15:20:37 +0000 (17:20 +0200)
Forgotten in commit 68a7ae7, v4.3.0.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/util/fairland.c

index d181da68b4740e0d3c9509e519184dd346ab5ffa..4e8afa9e0bc274379ebbab5e27a42886f182b2c7 100644 (file)
@@ -321,12 +321,13 @@ usage(void)
           "  -a              airport marker for continents\n"
           "  -e CONFIG-FILE  configuration file\n"
           "                  (default %s)\n"
-          "  -h              display this help and exit\n"
           "  -i              islands may merge\n"
           "  -o              don't set resources\n"
           "  -q              quiet\n"
           "  -R SEED         seed for random number generator\n"
           "  -s SCRIPT       name of script to create (default %s)\n"
+          "  -h              display this help and exit\n"
+          "  -v              display version information and exit\n"
           "  NC              number of continents\n"
           "  SC              continent size\n"
           "  NI              number of islands (default NC)\n"