]> Cypherpunks repositories - keks.git/commitdiff
Typo
authorSergey Matveev <stargrave@stargrave.org>
Fri, 21 Feb 2025 14:09:32 +0000 (17:09 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 21 Feb 2025 14:41:21 +0000 (17:41 +0300)
c/cmd/pp/pp.c

index ea68877cd230e74927c8dfd9d7fdd12c9ef63d8c52e6c0b1429e113c5a63d02e..a733079fe9f17e1f9e6a27d403a2d79a0d8d44e9760da608a839379cc05cbe8d 100644 (file)
@@ -65,7 +65,7 @@ usage(void)
         "  --max-str-len X -- limit output of strings to X (40 by default)\n"
         "  --do-encode     -- encode the data after decoding, just to test\n"
         "  --no-offsets    -- do not print offsets\n"
-        "  --no-totals     -- do noit print memory consumption totals\n"
+        "  --no-totals     -- do not print memory consumption totals\n"
         "",
         stderr);
     exit(EXIT_FAILURE);