From bd6cb2edc175312aa74717db07bd2f2f17a58625 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sat, 13 May 2017 19:41:41 +0100 Subject: [PATCH] Remove -o option --- lemonbar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lemonbar.c b/lemonbar.c index 88ce080..dca2297 100644 --- a/lemonbar.c +++ b/lemonbar.c @@ -1579,7 +1579,6 @@ main (int argc, char **argv) "\t-o Add a vertical offset to the text, it can be negative\n", argv[0]); exit (EXIT_SUCCESS); case 'g': (void)parse_geometry_string(optarg, geom_v); break; - case 'o': (void)parse_output_string(optarg); break; case 'p': permanent = true; break; case 'n': wm_name = strdup(optarg); break; case 'b': topbar = false; break;