OSDN Git Service

add docs for 'core multisite-install'
authorscribu <mail@scribu.net>
Thu, 18 Jul 2013 20:53:30 +0000 (23:53 +0300)
committerscribu <mail@scribu.net>
Thu, 18 Jul 2013 20:53:36 +0000 (23:53 +0300)
man-src/core-multisite-install.txt [new file with mode: 0644]

diff --git a/man-src/core-multisite-install.txt b/man-src/core-multisite-install.txt
new file mode 100644 (file)
index 0000000..eb9d7bd
--- /dev/null
@@ -0,0 +1,30 @@
+## OPTIONS
+
+* `--url`=<url>:
+
+       The address of the new site.
+
+* `--base`=<url-path>:
+
+       Base path after the domain name that each site url in the network will start with.
+Default: '/'
+
+* `--subdomains`:
+
+       If passed, the network will use subdomains, instead of subdirectories.
+
+* `--title`=<site-title>:
+
+       The title of the new site.
+
+* `--admin_name`=<username>:
+
+       The name of the admin user. Default: 'admin'
+
+* `--admin_password`=<password>:
+
+       The password for the admin user.
+
+* `--admin_email`=<email>:
+
+       The email address for the admin user.