Skip to content

Commit fcb3d47

Browse files
tweaks to command topics for "sf"
1 parent a63a950 commit fcb3d47

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

templates/command.hbs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
3939
format="html" scope="external" type="new-window:HTML">{{trailblazerCommunityName}}</xref> group in the
4040
Trailblazer Community.</note>
4141
</section>{{/if}}{{#if isOpenPilotCommand}}
42+
</section>{{/if}}{{#if isOpenPilotCommand}}
4243
<section>
4344
<note>We provide the <codeph otherprops="nolang">{{name}}</codeph> command to selected customers through a pilot program
4445
that requires agreement to specific terms and conditions. To be nominated to participate
@@ -58,7 +59,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
5859
</section>{{/if}}
5960
{{#if help}}
6061
<section>
61-
<title><ph>Help for <codeph otherprops="nolang">{{name}}</codeph></ph></title>
62+
<title><ph>Description for <codeph otherprops="nolang">{{name}}</codeph></ph></title>
6263
{{#each help}}
6364
{{#isCodeBlock this}}<codeblock otherprops="nolang">{{this}}</codeblock>{{else}}<p>{{this}}</p>{{/isCodeBlock}}
6465
{{/each}}
@@ -78,7 +79,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
7879
</section>
7980
{{/if}}
8081
<section>
81-
<title><ph>Command Syntax</ph></title>
82+
<title><ph>Usage</ph></title>
8283
<dl>
8384
<dlentry>
8485
<dt><codeph otherprops="nolang">{{binary}} {{name}}</codeph></dt>
@@ -90,7 +91,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
9091
</section>
9192
{{#if parameters}}
9293
<section>
93-
<title><ph>Parameters</ph></title>
94+
<title><ph>Flags</ph></title>
9495
<dl>
9596
{{#each parameters}}
9697
<dlentry>

0 commit comments

Comments
 (0)