Skip to content

Commit

Permalink
Merge pull request #2712 from habitat-sh/format
Browse files Browse the repository at this point in the history
Approved by: @nobody from Nowhere
Merged by: The Sentinels
  • Loading branch information
thesentinels authored Jul 7, 2017
2 parents e450763 + 71105b4 commit b3d8ed7
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 b3d8ed7

Please sign in to comment.