diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-01 17:13:29 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-01 17:13:29 +0200 |
| commit | 036195651f74ae1707e4b5991e3d2252da7e1531 (patch) | |
| tree | 9f7b36c1c0f43427506b78f4a32ee8c5086988e6 /src/shell.c | |
| parent | 8946d2991a9271861f02f352270b05f7fe7c41fe (diff) | |
| download | nissy-036195651f74ae1707e4b5991e3d2252da7e1531.tar.gz nissy-036195651f74ae1707e4b5991e3d2252da7e1531.zip | |
General cleanup, in preparation for new release
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 | } |
