Changed two long options.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 13 Apr 2010 16:26:19 +0000 (18:26 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 13 Apr 2010 16:26:19 +0000 (18:26 +0200)
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' },