Changed two long options.
[selector.git] / selector.c
index 5054f6b..fa0589c 100644 (file)
@@ -779,8 +779,8 @@ void read_file(struct hash_table_t *hash_table,
 
 static struct option long_options[] = {
   { "output-file", 1, 0, 'o' },
-  { "separator-patterns", 1, 0, 's' },
-  { "separator-display", 1, 0, 'x' },
+  { "pattern-separator", 1, 0, 's' },
+  { "label-separator", 1, 0, 'x' },
   { "inject-in-tty", no_argument, 0, 'v' },
   { "add-control-qs", no_argument, 0, 'w' },
   { "monochrome", no_argument, 0, 'm' },