From 38ab1d972ec5d25d4b43bc697cfffb4b81b9cf5a Mon Sep 17 00:00:00 2001 From: Yauhen Artsiukhou Date: Fri, 29 May 2020 11:50:00 +0300 Subject: [PATCH] Fix typos and refresh in cli help Resolves: #7647 Signed-off-by: Yauhen Artsiukhou --- components/pkg-export-container/src/cli.rs | 4 ++-- components/pkg-export-tar/src/cli.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/pkg-export-container/src/cli.rs b/components/pkg-export-container/src/cli.rs index 072283b366..2e048a0191 100644 --- a/components/pkg-export-container/src/cli.rs +++ b/components/pkg-export-container/src/cli.rs @@ -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)", ), ) @@ -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)", ), ); diff --git a/components/pkg-export-tar/src/cli.rs b/components/pkg-export-tar/src/cli.rs index 5c60b85600..8d354f33dc 100644 --- a/components/pkg-export-tar/src/cli.rs +++ b/components/pkg-export-tar/src/cli.rs @@ -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)", ), ) @@ -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)", ), );