Skip to content

Commit

Permalink
docs: Fix options table parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic authored Jul 2, 2021
1 parent ac91cd7 commit 9e6ded4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ In the 7-Zip world, command flags are called switches. In order to use them you
| `hashMethod` | `string` | Set hash function | `-scrc` |
| `listFileCharset` | `string` | Set charset for list files | `-scs` |
| `logLevel` | `string` | Set output log level | `-bb` |
| `multiBlockSize` | `string` | Creates multi-block xz archives of `[Size]m|g` block size | `-ms` |
| `multiBlockSize` | `string` | Creates multi-block xz archives of `[Size]m\|g` block size | `-ms` |
| `outputDir` | `string` | Set Output directory | `-o` |
| `overwrite` | `string` | Overwrite mode | `-ao` |
| `password` | `string` | Set Password | `-p` |
Expand Down

0 comments on commit 9e6ded4

Please sign in to comment.