Skip to content

Commit

Permalink
Fix typos and refresh in cli help
Browse files Browse the repository at this point in the history
Resolves: #7647

Signed-off-by: Yauhen Artsiukhou <[email protected]>
  • Loading branch information
jsirex committed May 29, 2020
1 parent 5258516 commit 38ab1d9
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 38ab1d9

Please sign in to comment.