]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
xgettext: Put --its help in the right section
authorDaiki Ueno <ueno@gnu.org>
Wed, 2 Mar 2016 09:10:12 +0000 (18:10 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 2 Mar 2016 09:10:12 +0000 (18:10 +0900)
* gettext-tools/src/xgettext.c (usage): Move --its=FILE option under
"Language specific options" from "Output details".

gettext-tools/src/xgettext.c

index f269ce711eba2a0bd675d263d338d3936602c3df..c43189772c05c4f342086407fea3051fe35bf423 100644 (file)
@@ -1154,6 +1154,10 @@ Language specific options:\n"));
       printf (_("\
                                 (only languages C, C++, ObjectiveC)\n"));
       printf (_("\
+      --its=FILE              apply ITS rules from FILE\n"));
+      printf (_("\
+                                (only XML based languages)\n"));
+      printf (_("\
       --qt                    recognize Qt format strings\n"));
       printf (_("\
                                 (only language C++)\n"));
@@ -1195,8 +1199,6 @@ Output details:\n"));
       printf (_("\
       --stringtable-output    write out a NeXTstep/GNUstep .strings file\n"));
       printf (_("\
-      --its=FILE              apply ITS rules from FILE\n"));
-      printf (_("\
       --itstool               write out itstool comments\n"));
       printf (_("\
   -w, --width=NUMBER          set output page width\n"));