From 4abd91cb8f79486a0fa6d2950a80859fc88d6705 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 26 Aug 2022 00:10:15 -0700 Subject: [PATCH] fix typo in help text --- src/Main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cc b/src/Main.cc index 90a9a5e2..c64bd504 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -226,7 +226,7 @@ Specifically:\n\ If either of these options is given, newserv will read from stdin and\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\ + --seed option specifies the encryption seed (4 hex bytes for PC or GC, or\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\