koolkdev / wfs-tools

WFS (WiiU File System) Tools
MIT License
55 stars 5 forks source link

Typo in help text? opt != otp #20

Closed danielhoherd closed 6 months ago

danielhoherd commented 9 months ago
$ ./wfs-extract --help
Missing input file (--input)
Missing output directory (--output)
Missing otp file (--otp)
Missing seeprom file (--seeprom)
Usage: wfs-extract --input <input file> --output <output directory> --otp <opt path> [--seeprom <seeprom path>] [--mlc] [--usb] [--dump-path <directory to dump>] [--verbose]
Allowed options:
  --help                produce help message
  --input arg           input file
  --output arg          ouput directory
  --otp arg             otp file
  --seeprom arg         seeprom file (required if usb)
  --dump-path arg (=/)  directory to dump (default: "/")
  --mlc                 device is mlc (default: device is usb)
  --usb                 device is usb
  --verbose             verbose output

Should --otp <opt path> be --otp <otp path> ?

koolkdev commented 6 months ago

thanks. fixed in v1.2