Fix help formatting

This commit is contained in:
Tim Visée
2017-12-31 21:23:08 +01:00
parent ce8eba3c7a
commit c23b2f611b
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ impl<'a: 'b, 'b> ArgHandler<'a> {
.short("x")
.long("x")
.value_name("PIXELS")
.help("Draw X offset(def: 0)")
.help("Draw X offset (def: 0)")
.display_order(4)
.takes_value(true))
.arg(Arg::with_name("y")