google / ripunzip

Other
161 stars 17 forks source link

Fix typo in --help output #61

Closed mhansen closed 1 month ago

mhansen commented 7 months ago

It says

Commands:
  list-file   Lists a zip file
  unzip-file  Unzip a zip file
  list-uri    Lists a zip file from a URI
  unzip-uri   Unzips a zip file from a URO
  help        Print this message or the help of the given subcommand(s)

URO seems like a typo

adetaylor commented 1 month ago

Thanks!