Skip to content

Commit

Permalink
fixing a format break
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <matt@mattwrock.com>
  • Loading branch information
mwrock committed Jul 7, 2017
1 parent a833a7d commit 71105b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/hab/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,9 +498,7 @@ fn sub_pkg_build() -> App<'static, 'static> {
} else if cfg!(target_os = "windows") {
sub.arg(
Arg::with_name("WINDOWS")
.help(
"Use a Windows studio instead of a docker studio",
)
.help("Use a Windows studio instead of a docker studio")
.short("w")
.long("windows"),
)
Expand Down

0 comments on commit 71105b4

Please sign in to comment.