diff --git a/content/en/docs/contribute/style/style-guide.md b/content/en/docs/contribute/style/style-guide.md index 64502dd7a6652..10be4e2ab0ce9 100644 --- a/content/en/docs/contribute/style/style-guide.md +++ b/content/en/docs/contribute/style/style-guide.md @@ -73,9 +73,9 @@ represents. 1. Display information about a Pod: - kubectl describe pod + kubectl describe pod -n - where `` is the name of one of your Pods. + If the namespace of the pod is `default`, you can omit the '-n' parameter. ### Use bold for user interface elements