From bb7cc4eada06839a3892cea5919f0c310cbaf7c3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 20 Nov 2017 19:39:47 -0800 Subject: [PATCH] Minor --- util/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/options.cc b/util/options.cc index 263d47769..cba520681 100644 --- a/util/options.cc +++ b/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; }