OSDN Git Service

Restore accidentally deleted man page.
authorDylan Kuhn <dylan.k.kuhn@gmail.com>
Thu, 23 May 2013 17:49:18 +0000 (10:49 -0700)
committerDylan Kuhn <dylan.k.kuhn@gmail.com>
Thu, 23 May 2013 17:49:18 +0000 (10:49 -0700)
man/core-update.1

index e69de29..cb5848f 100644 (file)
@@ -0,0 +1,37 @@
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.
+.TH "WP\-CORE\-UPDATE" "1" "" "WP-CLI"
+.
+.SH "NAME"
+\fBwp\-core\-update\fR \- Update WordPress\.
+.
+.SH "SYNOPSIS"
+wp core update [\fIzip\fR] [\-\-version=\fIversion\fR] [\-\-force]
+.
+.SH "OPTIONS"
+.
+.TP
+\fB\-\-version=\fR\fInew_version\fR [package/zip]:
+.
+.IP
+When passed, updates to new_version, optionally using package/zip as input\.
+.
+.TP
+\fB\-\-force\fR:
+.
+.IP
+Will update even when current WP version < passed version\. Use with caution\.
+.
+.SH "EXAMPLES"
+.
+.nf
+
+wp core update
+
+wp core update \-\-version=3\.4 \.\./latest\.zip
+
+wp core update \-\-version=3\.1 \-\-force
+.
+.fi
+