From 716825ffaf9e06edb392475bb323a3b91140ace4 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Thu, 11 Aug 2022 21:25:33 -0700 Subject: [PATCH] fix some typos in help text --- src/Main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main.cc b/src/Main.cc index eb363146..90a9a5e2 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -227,12 +227,12 @@ Specifically:\n\ write the encrypted or decrypted result to stdout. By default, PSO GC\n\ encryption is used, but this can be overridden with --pc or --bb. The\n\ --seed option specifies the ecryption seed (4 hex bytes for PC or GC, or\n\ - 48 hex bytes for BB). For BB, the --key option is requires as well, and\n\ + 48 hex bytes for BB). For BB, the --key option is required as well, and\n\ should refer to a .nsk file in system/blueburst/keys (without the\n\ directory or .nsk extension).\n\ --decode-sjis\n\ If this option is given, newserv applies its text decoding algorithm to\n\ - the data on stding, producing little-endian UTF-16 data on stdout.\n\ + the data on stdin, producing little-endian UTF-16 data on stdout.\n\ --decode-gci=FILENAME\n\ --decode-dlq=FILENAME\n\ --decode-qst=FILENAME\n\