Skip to content

Commit 31cfb79

Browse files
committed
minor #7457 Update console.rst (rumaxr)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7457). Discussion ---------- Update console.rst In code example 'Configuring the Command' use single quote instead of double quotes to align with other code examples Commits ------- 8f501a7 Update console.rst
2 parents 9c81794 + 8f501a7 commit 31cfb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ method. Then you can optionally define a help message and the
5757

5858
// the full command description shown when running the command with
5959
// the "--help" option
60-
->setHelp("This command allows you to create users...")
60+
->setHelp('This command allows you to create users...')
6161
;
6262
}
6363

0 commit comments

Comments
 (0)