Skip to content

Commit 5b8b401

Browse files
fix(docs): fix location flag syntax (#4320)
Fixes #4187
1 parent da27309 commit 5b8b401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/source/backup/examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If your buckets are created in the same regions as your data centers, you may sa
9595

9696
.. code-block:: none
9797
98-
sctool backup -c prod-cluster -i 30d --dc 'eu-dc,us-dc' -L 's3:eu-dc:eu-backups,s3:us-dc:us-backups'
98+
sctool backup -c prod-cluster -i 30d --dc 'eu-dc,us-dc' -L 'eu-dc:s3:eu-backups,us-dc:s3:us-backups'
9999
100100
Backup a specific keyspace or table
101101
...................................

0 commit comments

Comments
 (0)