Skip to content

Commit 238e2c2

Browse files
committed
[main.rs] improve help message for input path arguments
1 parent 9663f18 commit 238e2c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ struct Opt {
1313
#[structopt(short = "t", long = "time", help = "Display timing data")]
1414
time: bool,
1515

16-
/// Input files
17-
#[structopt()]
16+
/// UFO source file paths
17+
#[structopt(help = "UFO source path(s)")]
1818
ufopaths: Vec<String>,
1919
}
2020

0 commit comments

Comments
 (0)