{= # TRANSLATORS: Translate the values in quotes on the next few lines, and do not translate the rest of the file string documentation_for_title = "Documentation for \"" . $("lang_options." . command_line.option_name . ".label") . "\""; string short_description = "Short description"; string long_description = "Long description"; string command_line_name = "Command line name"; string minimum_value_label = "Minimum value"; string maximum_value_label = "Maximum value"; string default_value_label = "Default value"; string command_line_shortcut = "Command line shortcut"; string command_line_syntax = "Command line syntax"; string profile_option_note = "Note: This is a profile option, and can only be used on the command line if a profile is specified with -p"; string all_options = "All Options"; string string_type_label = "value"; # NO TRANSLATION NEEDED BELOW THIS POINT =} {= include("util"); start_docs_page(documentation_for_title); =}
{= $("lang_options." . command_line.option_name . ".short_description") =}
{= $("lang_options." . command_line.option_name . ".long_description") =}
$profile_option_note
"); ); =}$command_line_name: |
$option_name
|
$command_line_shortcut: |
$shortcut
|
$command_line_syntax: |
-$syntaxname $type
|
$default_value_label: | {=$(default_value)=} |
\n"; expand(" $maximum_value_label\n"); " | \n"; "\n"; expand(" $maximum_value\n"); " | \n"; "
\n"; expand(" $minimum_value_label\n"); " | \n"; "\n"; expand(" $minimum_value\n"); " | \n"; "