Skip to content

Commit babc318

Browse files
committed
readme updated
1 parent f721287 commit babc318

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ wp cbxjob-generate --total=100 --status=publish --is-remote=0 --is-featured=1 --
2323

2424
total = number of jobs to be created.
2525

26-
status options = [draft , pending , publish,unpublished,flag ]
26+
status options = [draft,pending,publish,unpublished,flag ]
2727

2828
is-remote = [0,1]
2929

@@ -42,14 +42,14 @@ user-id = user ID
4242
### All possible default params:
4343

4444
```
45-
wp cbxjresume-generate --total=100 --user-id=1 --status=1 --privacy=public --is-primary=1
45+
wp cbxresume-generate --total=100 --user-id=1 --status=published --privacy=public --is-primary=1
4646
```
4747

4848
total = number of resume to be created.
4949

5050
user-id= system user id
5151

52-
status = [0=draft, 1=publish, 2=unpublished, 3=pending, 4=flag]
52+
status options = [draft,pending,published,unpublished,flag ]
5353

5454
privacy= [public,private]
5555

0 commit comments

Comments
 (0)