Commit 4c7598ad 4c7598ade85f6581d07c0f4d3997137f9da47352 by Sergey Poznyakoff

Minor fix in help output.

1 parent f4f8282e
......@@ -238,7 +238,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
static struct argp argp = {
options,
parse_opt,
N_("[URL]"),
N_("[URL ...]"),
doc,
NULL,
NULL, NULL
......