Skip to content

Commit 0bbbce0

Browse files
authored
Merge pull request #66 from tyrann0us/patch-1
Docs: add missing `$`
2 parents 8e0b7c1 + b464e7e commit 0bbbce0

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)