Commit 50fe11bfb727063447da8dff0a70f35b7dd807ff

Steffen Jaeckel 2019-05-07T16:34:19

fix help-output of tune program [skip ci]

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/etc/tune.c b/etc/tune.c
index 0b1a6c7..b515b57 100644
--- a/etc/tune.c
+++ b/etc/tune.c
@@ -212,7 +212,7 @@ static void s_usage(char *s)
    fprintf(stderr,"          -G [string] suffix for the filenames listed above\n");
    fprintf(stderr,"             Implies '-p'\n");
    fprintf(stderr,"          -b print benchmark of bncore.c\n");
-   fprintf(stderr,"          -t prints comma separated results\n");
+   fprintf(stderr,"          -t prints space (0x20) separated results\n");
    fprintf(stderr,"          -r [64] number of rounds\n");
    fprintf(stderr,"          -S [0xdeadbeef] seed for PRNG\n");
    fprintf(stderr,"          -L [3] number of negative values accumulated until the result is accepted\n");