Skip to content

Commit 30f05f6

Browse files
committed
opt: typo fixes
1 parent 5e3720f commit 30f05f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub struct Opt {
5858
#[structopt(short = "D", long)]
5959
pub debug: bool,
6060

61-
// Target options
61+
// Target
6262
#[structopt(short, long, default_value = "8")]
6363
pub grain: u8,
6464
#[structopt(parse(try_from_str = parse_targets))]

0 commit comments

Comments
 (0)