Skip to content

Commit f25d099

Browse files
committed
Add missing gf subcommand in documentation
1 parent d0cde93 commit f25d099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-gf-cli-entry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function delete( $args, $assoc_args ) {
198198
* ## EXAMPLES
199199
*
200200
* wp gf entry create 1 --field_1=ABC [email protected] --field_3=1234 --field_4=Hello --field_5.3=John --field_5.6=Doe
201-
* wp gf entry create $(wp entry get 3 --raw --format=json)
201+
* wp gf entry create $(wp gf entry get 3 --raw --format=json)
202202
* @synopsis [<entry-json>] [<form-id>] [--<field>=<value>]
203203
*/
204204
public function create( $args, $assoc_args ) {

0 commit comments

Comments
 (0)