Skip to content

Commit

Permalink
Merge pull request #7718 from jsirex/fix-typo
Browse files Browse the repository at this point in the history
Fix typos and refresh in cli help
  • Loading branch information
christophermaier authored Jun 1, 2020
2 parents 5258516 + 38ab1d9 commit f30dc66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/pkg-export-container/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl<'a, 'b> Cli<'a, 'b> {
.help(
"Launcher package identifier (ex: core/hab-launcher) or filepath to a \
Habitat artifact (ex: \
/home/core-hab-launcher-6083-20171101045646-x86_64-linux.hart) to \
/home/core-hab-launcher-13829-20200527165030-x86_64-linux.hart) to \
install (default: core/hab-launcher)",
),
)
Expand All @@ -86,7 +86,7 @@ impl<'a, 'b> Cli<'a, 'b> {
.help(
"Supervisor package identifier (ex: core/hab-sup) or filepath to a \
Habitat artifact (ex: \
/home/ore-hab-sup-0.39.1-20171118011657-x86_64-linux.hart) to install \
/home/core-hab-sup-1.6.39-20200527165021-x86_64-linux.hart) to install \
(default: core/hab-sup)",
),
);
Expand Down
4 changes: 2 additions & 2 deletions components/pkg-export-tar/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl<'a, 'b> Cli<'a, 'b> {
.help(
"Launcher package identifier (ex: core/hab-launcher) or filepath to a \
Habitat artifact (ex: \
/home/core-hab-launcher-6083-20171101045646-x86_64-linux.hart) to \
/home/core-hab-launcher-13829-20200527165030-x86_64-linux.hart) to \
install (default: core/hab-launcher)",
),
)
Expand All @@ -60,7 +60,7 @@ impl<'a, 'b> Cli<'a, 'b> {
.help(
"Supervisor package identifier (ex: core/hab-sup) or filepath to a \
Habitat artifact (ex: \
/home/ore-hab-sup-0.39.1-20171118011657-x86_64-linux.hart) to install \
/home/core-hab-sup-1.6.39-20200527165021-x86_64-linux.hart) to install \
(default: core/hab-sup)",
),
);
Expand Down

0 comments on commit f30dc66

Please sign in to comment.