Skip to content

Commit 138331b

Browse files
committed
Updated the usage info in the README
1 parent fe0e642 commit 138331b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ Microsoft .NET Framework 4.5
1313
Usage
1414
--------
1515
```
16-
FoxTool -d file_path|folder_path
17-
FoxTool -c file_path
16+
FoxTool [-d|-c] file_path|folder_path
1817
```
1918

2019
Examples
2120
--------
22-
Decompiling a .fox2 file to .fox.
2321

22+
Compiling an XML file
2423
```
25-
FoxTool -d file_path.fox2
24+
FoxTool file_path.XML
25+
FoxTool -c file_path.XML
2626
```
2727

28-
Decompiling all decompilable files in the folder to .fox
29-
28+
Decompiling a file to XML
3029
```
31-
FoxTool -d folder_path
30+
FoxTool file_path
31+
FoxTool -d file_path
3232
```
3333

34-
Compiling a .fox file to .bin
35-
34+
Decompiling all decompilable files in the folder to XML
3635
```
37-
FoxTool -c file_path.fox
36+
FoxTool folder_path
37+
FoxTool -d folder_path
3838
```

0 commit comments

Comments
 (0)