Skip to content

Commit bd52ae1

Browse files
committed
keep consistent
1 parent 1ad2499 commit bd52ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub struct Opts {
88
pub fn parse() -> Opts {
99
let path = short('c')
1010
.long("config")
11-
.help("path to config file")
11+
.help("Path to config file")
1212
.argument("PATH")
1313
.from_str();
1414

0 commit comments

Comments
 (0)