diff --git a/docs/cli.rst b/docs/cli.rst --- a/docs/cli.rst +++ b/docs/cli.rst @@ -4,5 +4,5 @@ ====================== .. click:: swh.fuse.cli:fuse - :prog: swh fuse + :prog: swh fs :show-nested: diff --git a/docs/design.md b/docs/design.md --- a/docs/design.md +++ b/docs/design.md @@ -25,7 +25,7 @@ ## Command-line interface - $ swh fuse mount [SWHID]... + $ swh fs mount [SWHID]... will mount the Software Heritage archive at the local ``, the *SwhFS mount point*. From there, the user will be able to lazily load and navigate the diff --git a/swh/fuse/cli.py b/swh/fuse/cli.py --- a/swh/fuse/cli.py +++ b/swh/fuse/cli.py @@ -38,7 +38,7 @@ } -@swh_cli_group.group(name="fuse", context_settings=CONTEXT_SETTINGS) +@swh_cli_group.group(name="fs", context_settings=CONTEXT_SETTINGS) @click.option( "-C", "--config-file", @@ -109,7 +109,7 @@ \b $ mkdir swhfs - $ swh fuse mount swhfs/ + $ swh fs mount swhfs/ $ grep printf swhfs/archive/swh:1:cnt:c839dea9e8e6f0528b468214348fee8669b305b2 printf("Hello, World!"); $