Skip to content

Commit

Permalink
chore: polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Apr 30, 2024
1 parent 008db91 commit 1b8f1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ fn main() {
.short('f')
.num_args(1)
.action(clap::ArgAction::Append)
.help("Read the program source from the file program-file, instead of from the command line. Multiple '-f' options may be used"))
.help("Read the program source from the file/url program-file, instead of from the command line. Multiple '-f' options may be used"))
.arg(Arg::new("opt-level")
.long("opt-level")
.short('O')
Expand Down

0 comments on commit 1b8f1b9

Please sign in to comment.