From 0e5b2e7a559497fe53db117a0c8af94c58c39b10 Mon Sep 17 00:00:00 2001 From: Tora Kozic Date: Tue, 19 Mar 2024 09:43:25 -0600 Subject: [PATCH] Add note about double quotes --- docs/userguides/profile.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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