mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
Add i18n support for some more user-visible strings
This commit is contained in:
parent
c90332a6bf
commit
036c54b043
5 changed files with 39 additions and 33 deletions
|
|
@ -2929,11 +2929,11 @@ static void do_quit(void *data, int signal_number)
|
|||
|
||||
static void show_help(struct data *data, const char *name)
|
||||
{
|
||||
fprintf(stdout, "%s [options] [command]\n"
|
||||
fprintf(stdout, _("%s [options] [command]\n"
|
||||
" -h, --help Show this help\n"
|
||||
" --version Show version\n"
|
||||
" -d, --daemon Start as daemon (Default false)\n"
|
||||
" -r, --remote Remote daemon name\n\n",
|
||||
" -r, --remote Remote daemon name\n\n"),
|
||||
name);
|
||||
|
||||
do_help(data, "help", "", NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue