pull/625/head
Behdad Esfahbod 7 years ago
parent a0ad0d5bb8
commit bb7cc4eada
  1. 2
      util/options.cc

@ -475,7 +475,7 @@ parse_font_size (const char *name G_GNUC_UNUSED,
case 2: return true;
default:
g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE,
"%s argument should be one to four space-separated numbers",
"%s argument should be one or two space-separated numbers",
name);
return false;
}

Loading…
Cancel
Save