Skip to content
Snippets Groups Projects
Commit bb963b44 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

CLI: add . at the end of short description

without this click includes the full (long) docstring in the main --help
parent a327bcfd
No related branches found
Tags swh-objstorage-replayer-20241203.2
No related merge requests found
......@@ -87,7 +87,7 @@ def fuse(ctx, config_file):
)
@click.pass_context
def mount(ctx, swhids, path, foreground):
"""Mount the Software Heritage archive at PATH
"""Mount the Software Heritage virtual file system at PATH.
If specified, objects referenced by the given SWHIDs will be prefetched and used to
populate the virtual file system (VFS). Otherwise the VFS will be populated
......@@ -137,7 +137,7 @@ def mount(ctx, swhids, path, foreground):
@fuse.command()
@click.pass_context
def clean(ctx):
"""Clean on-disk cache(s)
"""Clean on-disk cache(s).
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment