From 92f6524e551bb0c1cb68f9fba0ee25d781bbd3a1 Mon Sep 17 00:00:00 2001 From: Alexander Guschin <1aguschin@gmail.com> Date: Wed, 7 Sep 2022 19:42:55 +0700 Subject: [PATCH] update help message --- gto/cli.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gto/cli.py b/gto/cli.py index 4399f2e6..5f0d0111 100644 --- a/gto/cli.py +++ b/gto/cli.py @@ -728,7 +728,7 @@ def show( # pylint: disable=too-many-locals versions_per_stage: int = option_versions_per_stage, sort: str = option_sort, ): - """Show the registry state + """Show the registry state, highest version, or what's assigned in stage Examples: Show the registry: @@ -740,10 +740,6 @@ def show( # pylint: disable=too-many-locals Show greatest version or what's in stage: $ gto show nn@greatest $ gto show nn#prod - - Use --all-branches and --all-commits to read more than just HEAD: - $ gto show --all-branches - $ gto show nn --all-commits """ show_options = [show_name, show_version, show_stage, show_ref] assert (