Skip to content

Commit b464e7e

Browse files
authored
chore: improve DocBlock comment
1 parent 8e0b7c1 commit b464e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Role_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public function create( $args, $assoc_args ) {
216216
* Success: Role with key 'approver' deleted.
217217
*
218218
* # Delete productadmin role.
219-
* wp role delete productadmin
219+
* $ wp role delete productadmin
220220
* Success: Role with key 'productadmin' deleted.
221221
*/
222222
public function delete( $args ) {

0 commit comments

Comments
 (0)