Skip to content

Commit

Permalink
Update readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Nov 21, 2020
1 parent 787c826 commit 15edc56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Options
* `-m`, `--mode` Sets the mode for RPU processing.
* Default (no mode) - Copies the RPU untouched.
* `0` - Parses the RPU, rewrites it untouched.
* `1` - Converts the RPU to be MEL compatible.
* `2` - Converts the RPU to be profile 8.1 compatible.
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ struct Opt {
name = "mode",
short = "m",
long,
help = "(WIP) Sets the mode for RPU processing. --help for more info",
long_help = "(WIP) Sets the mode for RPU processing.\nMode 1: FEL to MEL\nMode 2: Profile 8.1"
help = "Sets the mode for RPU processing. --help for more info",
long_help = "Sets the mode for RPU processing.\nMode 1: Converts the RPU to be MEL compatible\nMode 2: Converts the RPU to be profile 8.1 compatible"
)]
mode: Option<u8>,

Expand Down

0 comments on commit 15edc56

Please sign in to comment.