Skip to content

Commit

Permalink
fix a incomplete help message
Browse files Browse the repository at this point in the history
Signed-off-by: Chuanhong Guo <[email protected]>
  • Loading branch information
981213 committed Feb 28, 2024
1 parent 981a08c commit f295a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Options:
-a, --aarch64
Whether this is an aarch64 payload
-f, --fip <FIP>
Path to an FIP payload. When using MTK BL2 built with UART download support
Path to an FIP payload. Use this to start an FIP using MTK BL2 built with UART download support
--brom-load-baudrate <BROM_LOAD_BAUDRATE>
Baud rate for loading bootrom payload [default: 460800]
--bl2-load-baudrate <BL2_LOAD_BAUDRATE>
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct Args {
#[arg(short, long, default_value_t = false)]
aarch64: bool,

/// Path to an FIP payload. When using MTK BL2 built with UART download support
/// Path to an FIP payload. Use this to start an FIP using MTK BL2 built with UART download support
#[arg(short, long)]
fip: Option<String>,

Expand Down

0 comments on commit f295a35

Please sign in to comment.