Skip to content

Commit

Permalink
Issue #3020: Archived S3 files shall be excluded from pipe storage & …
Browse files Browse the repository at this point in the history
…pipe mount operations - pipe storage ls message fix
  • Loading branch information
ekazachkova committed Jan 26, 2023
1 parent f2fb586 commit 929b994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipe-cli/pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 929b994

Please sign in to comment.