forked from wp-cli/wp-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterm-update.1
57 lines (55 loc) · 843 Bytes
/
term-update.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "WP\-TERM\-UPDATE" "1" "" "WP-CLI"
.
.SH "NAME"
\fBwp\-term\-update\fR \- Update a term\.
.
.SH "SYNOPSIS"
wp term update \fIterm\-id\fR \fItaxonomy\fR [\-\-name=\fIname\fR] [\-\-slug=\fIslug\fR] [\-\-description=\fIdescription\fR] [\-\-parent=\fIterm\-id\fR]
.
.SH "OPTIONS"
.
.TP
\fB<term\-id>\fR:
.
.IP
ID for the term to update\.
.
.TP
\fB<taxonomy>\fR:
.
.IP
Taxonomy of the term to update\.
.
.TP
\fB\-\-name\fR=\fIname\fR:
.
.IP
A new name for the term\.
.
.TP
\fB\-\-slug\fR=\fIslug\fR:
.
.IP
A new slug for the term\.
.
.TP
\fB\-\-description\fR=\fIdescription\fR:
.
.IP
A new description for the term\.
.
.TP
\fB\-\-parent\fR=\fIterm\-id\fR:
.
.IP
A new parent for the term\.
.
.SH "EXAMPLES"
.
.nf
wp term update 15 category \-\-name=Apple
.
.fi