Skip to content

Commit

Permalink
Update docs to match new cli
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Mar 4, 2024
1 parent 3c7e7dd commit 4f53d51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Sneaker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ using the command-line utility:

.. code:: bash
librarian set-store-state local-librarian --store-name local-store --enabled
librarian set-store-state local-librarian --store local-store --enabled
>>> Store local-store state set to enabled.
This sets a store called ``local-store`` on a librarian (as defined in
``~/.hl_config.cfg``) to be enabled. If the store is already enabled, this will
Expand All @@ -98,6 +99,7 @@ the following command-line wrapper to ``get_store_list``:
.. code:: bash
librarian get-store-list local-librarian
>>> local-store (local) [599.5 GB Free] - Ingestable - Available - Enabled
Which will print out helpful information about all attached stores to the
librarian. As these things are generally meant to be transparent to regular
Expand Down

0 comments on commit 4f53d51

Please sign in to comment.