Added a line about -v not working in FreeBSD 8.0.
[selector.git] / selector.c
index 5054f6b..3c8f136 100644 (file)
@@ -3,7 +3,7 @@
  *  selector is a simple command line utility for selection of strings
  *  with a dynamic pattern-matching.
  *
- *  Copyright (c) 2009 Francois Fleuret
+ *  Copyright (c) 2009, 2010 Francois Fleuret
  *  Written by Francois Fleuret <francois@fleuret.org>
  *
  *  This file is part of selector.
@@ -44,7 +44,7 @@
 #include <locale.h>
 #include <getopt.h>
 
-#define VERSION "1.0.1"
+#define VERSION "1.1"
 
 #define BUFFER_SIZE 4096
 
@@ -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' },