Skip to content

Commit fdcffba

Browse files
committed
riastores: Avoid deprecated --no-storage-sibling
In the upcoming 0.14 release --no-storage-sibling is deprecated in favor of --storage-sibling=off.
1 parent f638d01 commit fdcffba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/beyond_basics/101-147-riastores.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Afterwards, the dataset has two additional siblings: ``ria-backup``, and
349349
$ datalad siblings
350350

351351
The storage sibling is the git-annex ora-remote and is set up automatically
352-
unless :command:`create-sibling-ria` is run with the ``--no-storage-sibling``
352+
unless :command:`create-sibling-ria` is run with the ``--storage-sibling=off``
353353
flag. By default, it has the name of the RIA sibling, suffixed with ``-storage``,
354354
but alternative names can be supplied with the ``--storage-name`` option.
355355

@@ -700,7 +700,7 @@ procedures.
700700
shows how this feature can come in handy.
701701
702702
.. [#f5] Special remote capabilities of a RIA store can be disabled at the time of RIA
703-
store creation by passing the option ``--no-storage-sibling`` to the
703+
store creation by passing the option ``--storage-sibling=off`` to the
704704
:command:`datalad create-sibling-ria` command.
705705
706706
.. [#f6] To re-read about publication dependencies and why this is relevant to

0 commit comments

Comments
 (0)