From 8f5ca06ce5f6dc63efbf599f3fdd4a333e476922 Mon Sep 17 00:00:00 2001 From: HappyZ Date: Fri, 31 May 2019 13:14:40 -0500 Subject: [PATCH] Update preprocessor.py --- preprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor.py b/preprocessor.py index 2f98e1e..1557dd8 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -167,7 +167,7 @@ if __name__ == '__main__': dest='filters', type=int, default=None, - help='Set filters to extract only 0: >, 1: v, 2: <, 3: ^, 4: <^>, 5: , 6: all' + help='Ignore the arg by default, set to x to extract only y `0: >`, `1: v`, `2: <`, `3: ^`, `4: <^>`, `5: `, `6: all`' ) parser.add_argument( '--sampling',