From ee06d6685f6f59ffce544b45d7b51f3f4523348b Mon Sep 17 00:00:00 2001 From: MaxVerevkin <79253435110@ya.ru> Date: Sun, 21 Jun 2020 10:23:23 +0300 Subject: [PATCH] fix(cli): stop showing -g option --- src/application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.c b/src/application.c index 9cb312b..fe98d58 100644 --- a/src/application.c +++ b/src/application.c @@ -666,7 +666,7 @@ static bool load_layout(struct swappy_state *state) { static bool init_gtk_window(struct swappy_state *state) { if (!state->geometry) { - g_critical("no geometry found, did you use -f or -g option?"); + g_critical("no geometry found, did you use -f option?"); return false; }