Remove -o option

This commit is contained in:
Thomas Adam 2017-05-13 19:41:41 +01:00
parent 3f20ba0541
commit bd6cb2edc1
1 changed files with 0 additions and 1 deletions

View File

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