Skip to content

Commit 30e1784

Browse files
authored
Add missing entry subcommand in inline documentation
1 parent 05c4076 commit 30e1784

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/class-gf-cli-entry.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ public function get( $args, $assoc_args ) {
125125
*
126126
* ## EXAMPLES
127127
*
128-
* wp gf delete 1
129-
* wp gf delete 1 3 7 10
130-
* wp gf delete 1 --force
131-
* wp gf delete $(wp gf entry list 1 --status=trash --format=ids )
128+
* wp gf entry delete 1
129+
* wp gf entry delete 1 3 7 10
130+
* wp gf entry delete 1 --force
131+
* wp gf entry delete $(wp gf entry list 1 --status=trash --format=ids )
132132
*
133133
* @synopsis <entry-id>... [--force]
134134
*/

0 commit comments

Comments
 (0)