fix(cli): stop showing -g option

This commit is contained in:
MaxVerevkin 2020-06-21 10:23:23 +03:00 committed by Jeremy Attali
parent bfe01c78d1
commit ee06d6685f

View File

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