Skip to content

Commit

Permalink
User/xiangweiniu/fix missing tab (#196)
Browse files Browse the repository at this point in the history
* Add a missing tab in SFSClientTool help
  • Loading branch information
niuxw-msft authored Apr 29, 2024
1 parent da601af commit ff315ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/tool/SFSClientTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void DisplayUsage()
<< "Options:" << std::endl
<< " -h, --help\t\t\tDisplay this help message" << std::endl
<< " -v, --version\t\t\tDisplay the library version" << std::endl
<< " --isApp\t\tIndicates the specific product is an App" << std::endl
<< " --isApp\t\t\tIndicates the specific product is an App" << std::endl
<< " --instanceId <id>\t\tA custom SFS instance ID" << std::endl
<< " --namespace <ns>\t\tA custom SFS namespace" << std::endl
<< " --customUrl <url>\t\tA custom URL for the SFS service. Library must have been built with SFS_ENABLE_OVERRIDES"
Expand Down

0 comments on commit ff315ec

Please sign in to comment.