]> git.sesse.net Git - vlc/commitdiff
Update the help strings. These should be autogenerated at run time (IMO)... else...
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 31 Mar 2007 15:45:06 +0000 (15:45 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 31 Mar 2007 15:45:06 +0000 (15:45 +0000)
modules/control/rc.c

index 0c25f55d3270dd5e834d19dd704856c6c57281a1..97acec3a7a76e0b7896af838abdaab6c7af0b486 100644 (file)
@@ -915,35 +915,35 @@ static void Help( intf_thread_t *p_intf, vlc_bool_t b_longhelp)
 
     if (b_longhelp)
     {
-        msg_rc(_("| marq-marquee name  STRING  . . overlay STRING in video"));
-        msg_rc(_("| marq-x name X . . . . . . . . . . . .offset from left"));
-        msg_rc(_("| marq-y name Y . . . . . . . . . . . . offset from top"));
-        msg_rc(_("| marq-position name #. . .  .relative position control"));
-        msg_rc(_("| marq-color name # . . . . . . . . . . font color, RGB"));
-        msg_rc(_("| marq-opacity name # . . . . . . . . . . . . . opacity"));
-        msg_rc(_("| marq-timeout name T. . . . . . . . . . timeout, in ms"));
-        msg_rc(_("| marq-size name # . . . . . . . . font size, in pixels"));
+        msg_rc(_("| @name marq-marquee  STRING  . . overlay STRING in video"));
+        msg_rc(_("| @name marq-x X . . . . . . . . . . . .offset from left"));
+        msg_rc(_("| @name marq-y Y . . . . . . . . . . . . offset from top"));
+        msg_rc(_("| @name marq-position #. . .  .relative position control"));
+        msg_rc(_("| @name marq-color # . . . . . . . . . . font color, RGB"));
+        msg_rc(_("| @name marq-opacity # . . . . . . . . . . . . . opacity"));
+        msg_rc(_("| @name marq-timeout T. . . . . . . . . . timeout, in ms"));
+        msg_rc(_("| @name marq-size # . . . . . . . . font size, in pixels"));
         msg_rc(  "| ");
-        msg_rc(_("| logo-file name STRING . . .the overlay file path/name"));
-        msg_rc(_("| logo-x name X . . . . . . . . . . . .offset from left"));
-        msg_rc(_("| logo-y name Y . . . . . . . . . . . . offset from top"));
-        msg_rc(_("| logo-position name #. . . . . . . . relative position"));
-        msg_rc(_("| logo-transparency name #. . . . . . . . .transparency"));
+        msg_rc(_("| @name logo-file STRING . . .the overlay file path/name"));
+        msg_rc(_("| @name logo-x X . . . . . . . . . . . .offset from left"));
+        msg_rc(_("| @name logo-y Y . . . . . . . . . . . . offset from top"));
+        msg_rc(_("| @name logo-position #. . . . . . . . relative position"));
+        msg_rc(_("| @name logo-transparency #. . . . . . . . .transparency"));
         msg_rc(  "| ");
-        msg_rc(_("| mosaic-alpha name # . . . . . . . . . . . . . . alpha"));
-        msg_rc(_("| mosaic-height name #. . . . . . . . . . . . . .height"));
-        msg_rc(_("| mosaic-width name # . . . . . . . . . . . . . . width"));
-        msg_rc(_("| mosaic-xoffset name # . . . .top left corner position"));
-        msg_rc(_("| mosaic-yoffset name # . . . .top left corner position"));
-        msg_rc(_("| mosaic-offsets name x,y(,x,y)*. . . . list of offsets"));
-        msg_rc(_("| mosaic-align name 0..2,4..6,8..10. . .mosaic alignment"));
-        msg_rc(_("| mosaic-vborder name # . . . . . . . . vertical border"));
-        msg_rc(_("| mosaic-hborder name # . . . . . . . horizontal border"));
-        msg_rc(_("| mosaic-position name {0=auto,1=fixed} . . . .position"));
-        msg_rc(_("| mosaic-rows name #. . . . . . . . . . .number of rows"));
-        msg_rc(_("| mosaic-cols name #. . . . . . . . . . .number of cols"));
-        msg_rc(_("| mosaic-order name id(,id)* . . . . order of pictures "));
-        msg_rc(_("| mosaic-keep-aspect-ratio name {0,1} . . .aspect ratio"));
+        msg_rc(_("| @name mosaic-alpha # . . . . . . . . . . . . . . alpha"));
+        msg_rc(_("| @name mosaic-height #. . . . . . . . . . . . . .height"));
+        msg_rc(_("| @name mosaic-width # . . . . . . . . . . . . . . width"));
+        msg_rc(_("| @name mosaic-xoffset # . . . .top left corner position"));
+        msg_rc(_("| @name mosaic-yoffset # . . . .top left corner position"));
+        msg_rc(_("| @name mosaic-offsets x,y(,x,y)*. . . . list of offsets"));
+        msg_rc(_("| @name mosaic-align 0..2,4..6,8..10. . .mosaic alignment"));
+        msg_rc(_("| @name mosaic-vborder # . . . . . . . . vertical border"));
+        msg_rc(_("| @name mosaic-hborder # . . . . . . . horizontal border"));
+        msg_rc(_("| @name mosaic-position {0=auto,1=fixed} . . . .position"));
+        msg_rc(_("| @name mosaic-rows #. . . . . . . . . . .number of rows"));
+        msg_rc(_("| @name mosaic-cols #. . . . . . . . . . .number of cols"));
+        msg_rc(_("| @name mosaic-order id(,id)* . . . . order of pictures "));
+        msg_rc(_("| @name mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"));
         msg_rc(  "| ");
         msg_rc(_("| check-updates [newer] [equal] [older]\n"
                  "|               [undef] [info] [source] [binary] [plugin]"));