Skip to content

Commit

Permalink
Fix linkle binary crash on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Sep 20, 2018
1 parent 9eef832 commit 95f1ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/linkle_clap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fn main() {
.takes_value(true)
.value_name("ROMFS_PATH")
.help("Sets the directory to use as RomFs when bundling into an NRO");
let icon_arg = Arg::with_name("ROMFS_PATH")
let icon_arg = Arg::with_name("ICON_PATH")
.long("icon-path")
.takes_value(true)
.value_name("ICON_PATH")
Expand Down

0 comments on commit 95f1ab7

Please sign in to comment.