Skip to content

Commit

Permalink
chore: improve DocBlock comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrann0us authored Jan 30, 2025
1 parent 8e0b7c1 commit b464e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Role_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function create( $args, $assoc_args ) {
* Success: Role with key 'approver' deleted.
*
* # Delete productadmin role.
* wp role delete productadmin
* $ wp role delete productadmin
* Success: Role with key 'productadmin' deleted.
*/
public function delete( $args ) {
Expand Down

0 comments on commit b464e7e

Please sign in to comment.