Skip to content

Commit 8f501a7

Browse files
rumaxrxabbuh
authored andcommitted
Update console.rst
In code example 'Configuring the Command' use single quote instead of double quotes to align with other code examples
1 parent 9c81794 commit 8f501a7

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)