updated help
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-10 13:48:06 -05:00
parent 4f4323d7b7
commit 158675f9c9

View File

@@ -38,7 +38,7 @@ template <typename drive> inline void help(std::vector<const char *> args) {
std::cout << " -di,--drive_information Display mounted drive " std::cout << " -di,--drive_information Display mounted drive "
"information" "information"
<< std::endl; << std::endl;
std::cout << " -na,--name Unique configuration " std::cout << " -na,--name [name] Unique configuration "
"name [Required for Encrypt, S3 and Sia]" "name [Required for Encrypt, S3 and Sia]"
<< std::endl; << std::endl;
std::cout << " -s3,--s3 Enables S3 mode" std::cout << " -s3,--s3 Enables S3 mode"
@@ -73,7 +73,7 @@ template <typename drive> inline void help(std::vector<const char *> args) {
std::cout std::cout
<< " -ps,--pinned_status [API path] Return pinned status for a file" << " -ps,--pinned_status [API path] Return pinned status for a file"
<< std::endl; << std::endl;
std::cout << " -pw,--password Specify API password" std::cout << " -pw,--password [password] Specify API password"
<< std::endl; << std::endl;
#if !defined(_WIN32) #if !defined(_WIN32)
std::cout << " -o s3 Enables S3 mode for " std::cout << " -o s3 Enables S3 mode for "
@@ -95,7 +95,7 @@ template <typename drive> inline void help(std::vector<const char *> args) {
std::cout << " -uf,--unpin_file [API path] Unpin a file from cache " std::cout << " -uf,--unpin_file [API path] Unpin a file from cache "
"to allow eviction" "to allow eviction"
<< std::endl; << std::endl;
std::cout << " -us,--user Specify API user name" std::cout << " -us,--user [user] Specify API user name"
<< std::endl; << std::endl;
} }
} // namespace repertory::cli::actions } // namespace repertory::cli::actions