Skip to content

Commit 545ede3

Browse files
committed
Clean up some of the wording, add usage to readme
1 parent 74eb202 commit 545ede3

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ For the latest WIP build here: [Rolling Release](https://github.com/mnadareski/U
1616

1717
This code can currently list and extract the contents of all supported files that the base projects can. As more things are added to the source libraries, they will be ported to this as well so the code should be relatively up to date.
1818

19+
```text
20+
Usage: UnshieldSharp <options> file|directory ...
21+
22+
Available options:
23+
-?, -h, --help Display this help text
24+
-i, --info Display cabinet information
25+
-n, --no-extract Don't extract the cabinet
26+
-o=, --output= Set the output directory for extraction
27+
-u, --use-old Use old extraction method
28+
```
29+
1930
## Contributions
2031

2132
Contributions to the project are welcome. Please follow the current coding styles and do not add any proprietary or legally dubious things to the code. Thank you to all of the testers, particularly from the MPF project who helped get this rolling.

UnshieldSharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static void Main(string[] args)
8383
private static CommandSet CreateCommands()
8484
{
8585
List<string> header = [
86-
"Usage: UnshieldSharp.exe <options> <path/to/file> ...",
86+
"Usage: UnshieldSharp <options> file|directory ...",
8787
string.Empty,
8888
];
8989

0 commit comments

Comments
 (0)