From 929b994514b3fda4de3f14d16e0999112962571e Mon Sep 17 00:00:00 2001 From: Ekaterina_Kazachkova Date: Thu, 26 Jan 2023 19:47:20 +0300 Subject: [PATCH] Issue #3020: Archived S3 files shall be excluded from pipe storage & pipe mount operations - pipe storage ls message fix --- pipe-cli/pipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipe-cli/pipe.py b/pipe-cli/pipe.py index 2ba36835a6..30379f879d 100644 --- a/pipe-cli/pipe.py +++ b/pipe-cli/pipe.py @@ -1075,7 +1075,7 @@ def mvtodir(name, directory): help="Option for configuring storage summary details listing mode. Possible values: " "compact - brief summary only (default); " "full - show extended details, works for the storage summary listing only") -@click.option('-g', '--show-archive', is_flag=True, help='') +@click.option('-g', '--show-archive', is_flag=True, help='Show archived files.') @common_options def storage_list(path, show_details, show_versions, recursive, page, all, output, show_archive): """Lists storage contents