Decrease number of strings to translate.
This commit is contained in:
parent
74fa9417e5
commit
57a691b7e7
12 changed files with 29 additions and 24 deletions
|
@ -42,7 +42,7 @@ static struct argp_option options[] = {
|
|||
{"output", 'o', N_("FILE"),
|
||||
0, N_("save output in FILE [required]"), 2},
|
||||
{"format", 'O', N_("FILE"), 0, 0, 2},
|
||||
{"compression", 'C', N_("xz|none|auto"), OPTION_HIDDEN, 0, 2},
|
||||
{"compression", 'C', "xz|none|auto", OPTION_HIDDEN, 0, 2},
|
||||
{0, 0, 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue