From 158675f9c967b8ae8465a77ed8d45ae5a318fbb2 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 10 Sep 2025 13:48:06 -0500 Subject: [PATCH] updated help --- repertory/repertory/include/cli/help.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repertory/repertory/include/cli/help.hpp b/repertory/repertory/include/cli/help.hpp index 3a6a5235..4738af40 100644 --- a/repertory/repertory/include/cli/help.hpp +++ b/repertory/repertory/include/cli/help.hpp @@ -38,7 +38,7 @@ template inline void help(std::vector args) { std::cout << " -di,--drive_information Display mounted drive " "information" << std::endl; - std::cout << " -na,--name Unique configuration " + std::cout << " -na,--name [name] Unique configuration " "name [Required for Encrypt, S3 and Sia]" << std::endl; std::cout << " -s3,--s3 Enables S3 mode" @@ -52,7 +52,7 @@ template inline void help(std::vector args) { "json format" << std::endl << " [API path]" << std::endl; - std::cout << " -gi,--get_item_info Get item information in " + std::cout << " -gi,--get_item_info Get item information in " "json format" << std::endl << " [API path]" << std::endl; @@ -73,7 +73,7 @@ template inline void help(std::vector args) { std::cout << " -ps,--pinned_status [API path] Return pinned status for a file" << std::endl; - std::cout << " -pw,--password Specify API password" + std::cout << " -pw,--password [password] Specify API password" << std::endl; #if !defined(_WIN32) std::cout << " -o s3 Enables S3 mode for " @@ -95,7 +95,7 @@ template inline void help(std::vector args) { std::cout << " -uf,--unpin_file [API path] Unpin a file from cache " "to allow eviction" << std::endl; - std::cout << " -us,--user Specify API user name" + std::cout << " -us,--user [user] Specify API user name" << std::endl; } } // namespace repertory::cli::actions