From 60052cb900751d467527d5ad91c2d7632075495e Mon Sep 17 00:00:00 2001 From: Stephen West Date: Fri, 20 Oct 2023 06:49:29 -0600 Subject: [PATCH] fix gob archive documentation --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 32cb62f..c9ec75c 100644 --- a/README.markdown +++ b/README.markdown @@ -69,13 +69,13 @@ Tools for Star Wars: Dark Forces and Outlaws assets. **Make a GOB** -`python gobtool.py archive "CUSTOM.GOB" "CUSTOM"` +`python gobtool.py archive "CUSTOM" "CUSTOM.GOB"` *Archives all of the files in folder "CUSTOM" (top-level only) in the current directory, to a GOB named "CUSTOM.GOB" in the current directory.* -`python gobtool.py archive -r "CUSTOM.GOB" "CUSTOM"` +`python gobtool.py archive -r "CUSTOM" "CUSTOM.GOB"` -`python gobtool.py archive --recursive "CUSTOM.GOB" "CUSTOM"` +`python gobtool.py archive --recursive "CUSTOM" "CUSTOM.GOB"` *Archives all of the files in folder "CUSTOM" (including subdirectories) in the current directory, to a GOB named "CUSTOM.GOB" in the current directory.*