tests: fix tests related to new config options display
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 11 May 2018 22:07:02 +0000 (18:07 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 11 May 2018 22:07:21 +0000 (18:07 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

tests/sav/example_vsm.res
tests/sav/nlp_index.res

index 0e44311..90a9173 100644 (file)
@@ -1,4 +1,6 @@
 usage: example_vsm <files>
-  -h, --help             Show this help message
+
+Options:
+  -h, -?, --help         Show this help message
   -w, --whitelist-exts   Allowed file extensions (default is [])
   -b, --blacklist-exts   Allowed file extensions (default is [])
index b041485..c5d1a9d 100644 (file)
@@ -1,5 +1,7 @@
 usage: example_index <files>
-  -h, --help             Show this help message
+
+Options:
+  -h, -?, --help         Show this help message
   -s, --server           StanfordNLP server URI (default is https://localhost:9000)
   -l, --lang             Language to use (default is fr)
   -w, --whitelist-exts   Allowed file extensions (default is [])