1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 06:53:53 +00:00

Fix bsatool help typo

This commit is contained in:
scrawl 2014-11-16 18:08:36 +01:00
parent 95dfb07816
commit 21481e8c71

View file

@ -51,7 +51,7 @@ bool parseOptions (int argc, char** argv, Arguments &info)
("help,h", "print help message.") ("help,h", "print help message.")
("version,v", "print version information and quit.") ("version,v", "print version information and quit.")
("long,l", "Include extra information in archive listing.") ("long,l", "Include extra information in archive listing.")
("full-path,f", "Create diretory hierarchy on file extraction " ("full-path,f", "Create directory hierarchy on file extraction "
"(always true for extractall).") "(always true for extractall).")
; ;