diff --git a/book/src/ref/xvc-storage-new-rsync.md b/book/src/ref/xvc-storage-new-rsync.md index 8e5bd8783..b5217137d 100644 --- a/book/src/ref/xvc-storage-new-rsync.md +++ b/book/src/ref/xvc-storage-new-rsync.md @@ -17,7 +17,7 @@ Usage: xvc storage new rsync [OPTIONS] --name --host --storage-dir Options: -n, --name Name of the storage. - + Recommended to keep this name unique to refer easily. --host @@ -69,7 +69,7 @@ $ xvc file track dir-0001 You can define a storage bucket as storage and begin to use it. ```console -$ xvc storage new rsync --name backup --host one.emresult.com --storage-dir /tmp/xvc-backup/ +$ xvc storage new rsync --name backup --host one.emresult.com --user iex --storage-dir /tmp/xvc-backup/ ```