]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
typo in pzstd
authorinikep <inikep@gmail.com>
Fri, 23 Sep 2016 19:14:37 +0000 (21:14 +0200)
committerinikep <inikep@gmail.com>
Fri, 23 Sep 2016 19:14:37 +0000 (21:14 +0200)
contrib/pzstd/Options.cpp

index 5562ee18f71f0de18543fde23db175b612947d8c..b503def1564e5b9e006c308cece26eac7b3534e1 100644 (file)
@@ -103,7 +103,7 @@ void usage() {
   std::fprintf(stderr, "  -V, --version          : display version number and exit\n");
   std::fprintf(stderr, "  -v, --verbose          : verbose mode; specify multiple times to increase log level (default:2)\n");
   std::fprintf(stderr, "  -q, --quiet            : suppress warnings; specify twice to suppress errors too\n");
-  std::fprintf(stderr, "  -c, --stdout           : force wrtie to standard output, even if it is the console\n");
+  std::fprintf(stderr, "  -c, --stdout           : force write to standard output, even if it is the console\n");
 #ifdef UTIL_HAS_CREATEFILELIST
   std::fprintf(stderr, "  -r                     : operate recursively on directories\n");
 #endif