Skip to content

Commit

Permalink
Help: improve wording when serving folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos committed Apr 15, 2022
1 parent f579051 commit 5072137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ async fn main() {
let args = app
.arg(
Arg::new("INPUT")
.help("Input to aim from.")
.help("Input to aim from.\n\
If input is a folder, it will be served via http.")
.takes_value(true)
.required(true),
)
Expand Down

0 comments on commit 5072137

Please sign in to comment.