Skip to content

Commit

Permalink
fix: remove note about "sfdx force:doc:commands:list"
Browse files Browse the repository at this point in the history
and replace it with just "sfdx commands"
  • Loading branch information
jshackell-sfdc authored Feb 1, 2021
1 parent c19a497 commit 2378f39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/cli_reference_help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT [email protected] FOR D
otherprops="nolang">( … | … )</codeph>).</li>
</ul></p><p>If the command takes varargs (name-value pairs that aren’t parameters), the
usage signature includes <codeph otherprops="nolang">name=value...</codeph>.</p><note
type="tip">To see signatures for all commands in the <codeph otherprops="nolang"
>force</codeph> namespace, run <codeph otherprops="nolang">sfdx
force:doc:commands:list --usage</codeph>.</note></li>
type="tip">To see all Salesforce CLI commands, run <codeph otherprops="nolang">sfdx
commands</codeph>.</note></li>
<li><b>Options</b><p>The Options section lists all the command’s parameters, including their
short name, long name, and purpose. For parameters that accept a value, the value name
is written after an equals sign (<codeph otherprops="nolang">=</codeph>). The equals
Expand Down

0 comments on commit 2378f39

Please sign in to comment.