Skip to content

Commit

Permalink
fix(cli): stop showing -g option
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin authored and jtheoof committed Jun 21, 2020
1 parent bfe01c7 commit ee06d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ee06d66

Please sign in to comment.