aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-06-01 17:13:29 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-06-01 17:13:29 +0200
commit036195651f74ae1707e4b5991e3d2252da7e1531 (patch)
tree9f7b36c1c0f43427506b78f4a32ee8c5086988e6 /src
parent8946d2991a9271861f02f352270b05f7fe7c41fe (diff)
downloadnissy-036195651f74ae1707e4b5991e3d2252da7e1531.tar.gz
nissy-036195651f74ae1707e4b5991e3d2252da7e1531.zip
General cleanup, in preparation for new release
Diffstat (limited to '')
-rw-r--r--src/shell.c4
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 }

Generated with cgit - Back to sebastiano.tronto.net