rewrite non-server features section in readme
This commit is contained in:
+1
-1
@@ -1467,7 +1467,7 @@ Action a_decode_text_archive(
|
||||
});
|
||||
Action a_encode_text_archive(
|
||||
"encode-text-archive", "\
|
||||
decode-text-archive [INPUT-FILENAME [OUTPUT-FILENAME]]\n\
|
||||
encode-text-archive [INPUT-FILENAME [OUTPUT-FILENAME]]\n\
|
||||
Encode a text archive. Currently only supports GC and Xbox format.\n",
|
||||
+[](Arguments& args) {
|
||||
const string& input_filename = args.get<string>(1, false);
|
||||
|
||||
Reference in New Issue
Block a user