From 35e8bae324c18c9234a19f6a31402750a5a4794b Mon Sep 17 00:00:00 2001 From: Miles Glapa-Grossklag Date: Thu, 26 Aug 2021 20:47:27 -0700 Subject: [PATCH] contributing: follow style guide (#6416) > Introduce options gradually, starting with the simplest command > invocations, and using more complex examples progressively. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 018686c804..49573373ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,11 +59,11 @@ As a quick reference, the format of each page should match the following templat - Example description: -`command -opt1 -opt2 -arg1 {{arg_value}}` +`command -opt1 -opt2` - Example description: -`command -opt1 -opt2` +`command -opt1 -opt2 -arg1 {{arg_value}}` ``` For more detailed page formatting guidelines,