mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 10:54:38 +00:00
Fix typo
This commit is contained in:
parent
bd0a10121a
commit
f802eab828
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ Usage: repak [OPTIONS] <COMMAND>
|
|||
Commands:
|
||||
info Print .pak info
|
||||
list List .pak files
|
||||
hash-list List .pka files and the SHA256 of their contents. Useful for finding differences between paks
|
||||
hash-list List .pak files and the SHA256 of their contents. Useful for finding differences between paks
|
||||
unpack Unpack .pak file
|
||||
pack Pack directory into .pak file
|
||||
get Reads a single file to stdout
|
||||
|
|
|
@ -118,7 +118,7 @@ enum Action {
|
|||
Info(ActionInfo),
|
||||
/// List .pak files
|
||||
List(ActionList),
|
||||
/// List .pka files and the SHA256 of their contents. Useful for finding differences between paks
|
||||
/// List .pak files and the SHA256 of their contents. Useful for finding differences between paks
|
||||
HashList(ActionHashList),
|
||||
/// Unpack .pak file
|
||||
Unpack(ActionUnpack),
|
||||
|
|
Loading…
Reference in a new issue