mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Fix bsatool help typo
This commit is contained in:
parent
95dfb07816
commit
21481e8c71
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ bool parseOptions (int argc, char** argv, Arguments &info)
|
|||
("help,h", "print help message.")
|
||||
("version,v", "print version information and quit.")
|
||||
("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).")
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue