diff options
Diffstat (limited to 'src/shell.c')
| -rw-r--r-- | src/shell.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/shell.c b/src/shell.c index 77d5d1d..0001e0d 100644 --- a/src/shell.c +++ b/src/shell.c | |||
| @@ -148,9 +148,7 @@ main(int argc, char *argv[]) | |||
| 148 | fprintf(stderr, | 148 | fprintf(stderr, |
| 149 | "--- Warning ---\n" | 149 | "--- Warning ---\n" |
| 150 | "Some pruning tables are missing or unreadable\n" | 150 | "Some pruning tables are missing or unreadable\n" |
| 151 | "You can generate them with `nissy gen -t 4'\n" | 151 | "You can generate them with `nissy gen'.\n" |
| 152 | "Here `4' is the number of threads. Use more if your " | ||
| 153 | "CPU has them, or expect it to take a while.\n" | ||
| 154 | "---------------\n\n" | 152 | "---------------\n\n" |
| 155 | ); | 153 | ); |
| 156 | } | 154 | } |
