From 4bb657400a34db6dd49b9391d9803a246f060c65 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 14 Aug 2025 20:21:42 -0500 Subject: [PATCH] Update CLI Usage --- CLI-Usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLI-Usage.md b/CLI-Usage.md index 7b403e0..699e871 100644 --- a/CLI-Usage.md +++ b/CLI-Usage.md @@ -49,7 +49,7 @@ Repertory supports multiple storage backends, each defined at mount time: ### Mount Sia ```bash -repertory --sia --name my_sia_mount /mnt/sia +repertory --name my_sia_mount /mnt/sia ``` ### Mount S3 @@ -64,7 +64,7 @@ repertory --encrypt --name secure_data /mnt/secure ### Check Provider Version (renterd) ```bash -repertory --sia --check_version +repertory --check_version ``` ### Launch Embedded GUI Only