Add i18n support for some more user-visible strings

This commit is contained in:
Wim Taymans 2021-04-15 17:42:02 +02:00
parent c90332a6bf
commit 036c54b043
5 changed files with 39 additions and 33 deletions

View file

@ -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);