Commit 67e8b0e3 authored by Antoine Cellerier's avatar Antoine Cellerier

Update the help strings. These should be autogenerated at run time (IMO)......

Update the help strings. These should be autogenerated at run time (IMO)... else people won't notice commands added in other modules, like "adjust" for example.
parent 8f1e2789
...@@ -915,35 +915,35 @@ static void Help( intf_thread_t *p_intf, vlc_bool_t b_longhelp) ...@@ -915,35 +915,35 @@ static void Help( intf_thread_t *p_intf, vlc_bool_t b_longhelp)
if (b_longhelp) if (b_longhelp)
{ {
msg_rc(_("| marq-marquee name STRING . . overlay STRING in video")); msg_rc(_("| @name marq-marquee STRING . . overlay STRING in video"));
msg_rc(_("| marq-x name X . . . . . . . . . . . .offset from left")); msg_rc(_("| @name marq-x X . . . . . . . . . . . .offset from left"));
msg_rc(_("| marq-y name Y . . . . . . . . . . . . offset from top")); msg_rc(_("| @name marq-y Y . . . . . . . . . . . . offset from top"));
msg_rc(_("| marq-position name #. . . .relative position control")); msg_rc(_("| @name marq-position #. . . .relative position control"));
msg_rc(_("| marq-color name # . . . . . . . . . . font color, RGB")); msg_rc(_("| @name marq-color # . . . . . . . . . . font color, RGB"));
msg_rc(_("| marq-opacity name # . . . . . . . . . . . . . opacity")); msg_rc(_("| @name marq-opacity # . . . . . . . . . . . . . opacity"));
msg_rc(_("| marq-timeout name T. . . . . . . . . . timeout, in ms")); msg_rc(_("| @name marq-timeout T. . . . . . . . . . timeout, in ms"));
msg_rc(_("| marq-size name # . . . . . . . . font size, in pixels")); msg_rc(_("| @name marq-size # . . . . . . . . font size, in pixels"));
msg_rc( "| "); msg_rc( "| ");
msg_rc(_("| logo-file name STRING . . .the overlay file path/name")); msg_rc(_("| @name logo-file STRING . . .the overlay file path/name"));
msg_rc(_("| logo-x name X . . . . . . . . . . . .offset from left")); msg_rc(_("| @name logo-x X . . . . . . . . . . . .offset from left"));
msg_rc(_("| logo-y name Y . . . . . . . . . . . . offset from top")); msg_rc(_("| @name logo-y Y . . . . . . . . . . . . offset from top"));
msg_rc(_("| logo-position name #. . . . . . . . relative position")); msg_rc(_("| @name logo-position #. . . . . . . . relative position"));
msg_rc(_("| logo-transparency name #. . . . . . . . .transparency")); msg_rc(_("| @name logo-transparency #. . . . . . . . .transparency"));
msg_rc( "| "); msg_rc( "| ");
msg_rc(_("| mosaic-alpha name # . . . . . . . . . . . . . . alpha")); msg_rc(_("| @name mosaic-alpha # . . . . . . . . . . . . . . alpha"));
msg_rc(_("| mosaic-height name #. . . . . . . . . . . . . .height")); msg_rc(_("| @name mosaic-height #. . . . . . . . . . . . . .height"));
msg_rc(_("| mosaic-width name # . . . . . . . . . . . . . . width")); msg_rc(_("| @name mosaic-width # . . . . . . . . . . . . . . width"));
msg_rc(_("| mosaic-xoffset name # . . . .top left corner position")); msg_rc(_("| @name mosaic-xoffset # . . . .top left corner position"));
msg_rc(_("| mosaic-yoffset name # . . . .top left corner position")); msg_rc(_("| @name mosaic-yoffset # . . . .top left corner position"));
msg_rc(_("| mosaic-offsets name x,y(,x,y)*. . . . list of offsets")); msg_rc(_("| @name mosaic-offsets x,y(,x,y)*. . . . list of offsets"));
msg_rc(_("| mosaic-align name 0..2,4..6,8..10. . .mosaic alignment")); msg_rc(_("| @name mosaic-align 0..2,4..6,8..10. . .mosaic alignment"));
msg_rc(_("| mosaic-vborder name # . . . . . . . . vertical border")); msg_rc(_("| @name mosaic-vborder # . . . . . . . . vertical border"));
msg_rc(_("| mosaic-hborder name # . . . . . . . horizontal border")); msg_rc(_("| @name mosaic-hborder # . . . . . . . horizontal border"));
msg_rc(_("| mosaic-position name {0=auto,1=fixed} . . . .position")); msg_rc(_("| @name mosaic-position {0=auto,1=fixed} . . . .position"));
msg_rc(_("| mosaic-rows name #. . . . . . . . . . .number of rows")); msg_rc(_("| @name mosaic-rows #. . . . . . . . . . .number of rows"));
msg_rc(_("| mosaic-cols name #. . . . . . . . . . .number of cols")); msg_rc(_("| @name mosaic-cols #. . . . . . . . . . .number of cols"));
msg_rc(_("| mosaic-order name id(,id)* . . . . order of pictures ")); msg_rc(_("| @name mosaic-order id(,id)* . . . . order of pictures "));
msg_rc(_("| mosaic-keep-aspect-ratio name {0,1} . . .aspect ratio")); msg_rc(_("| @name mosaic-keep-aspect-ratio {0,1} . . .aspect ratio"));
msg_rc( "| "); msg_rc( "| ");
msg_rc(_("| check-updates [newer] [equal] [older]\n" msg_rc(_("| check-updates [newer] [equal] [older]\n"
"| [undef] [info] [source] [binary] [plugin]")); "| [undef] [info] [source] [binary] [plugin]"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment