diff --git a/docs/userguides/profile.md b/docs/userguides/profile.md index 99995c95..fd11177b 100644 --- a/docs/userguides/profile.md +++ b/docs/userguides/profile.md @@ -25,7 +25,9 @@ code42 profile create-api-client --name MY_API_CLIENT_PROFILE --server example.a ``` ```{eval-rst} -.. note:: Remember to wrap your API client secret with single quotes to avoid issues with bash expansion and special characters. +.. note:: + Remember to wrap your API client secret with either single quotes (bash) or double quotes (Windows CMD) + to avoid issues with bash expansion and special characters. ``` ## View profiles