From 15edc56fb57b4ab3c15bf398c863f2d576272936 Mon Sep 17 00:00:00 2001 From: quietvoid <39477805+quietvoid@users.noreply.github.com> Date: Sat, 21 Nov 2020 17:03:05 -0500 Subject: [PATCH] Update readme again --- README.md | 1 + src/main.rs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abb7d9c..e77b759 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/main.rs b/src/main.rs index 510aa92..1b5bf13 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,