OSDN Git Service

Add man src files
authorLee Willis <leewillis77@gmail.com>
Sat, 9 Mar 2013 20:33:55 +0000 (20:33 +0000)
committerLee Willis <leewillis77@gmail.com>
Sat, 9 Mar 2013 20:33:55 +0000 (20:33 +0000)
man-src/roles-create.txt [new file with mode: 0644]
man-src/roles-delete.txt [new file with mode: 0644]
man-src/roles-list.txt [new file with mode: 0644]

diff --git a/man-src/roles-create.txt b/man-src/roles-create.txt
new file mode 100644 (file)
index 0000000..912f829
--- /dev/null
@@ -0,0 +1,16 @@
+## OPTIONS
+
+* <role-key>:
+
+       The internal name of the role, e.g. editor
+
+* <role-name>:
+
+    The publically visible name of the rule, e.g. Editor
+
+## EXAMPLES
+
+    wp roles create approver Approver
+
+       wp roles create productadmin "Product Administrator"
+
diff --git a/man-src/roles-delete.txt b/man-src/roles-delete.txt
new file mode 100644 (file)
index 0000000..676e290
--- /dev/null
@@ -0,0 +1,12 @@
+## OPTIONS
+
+* <role-key>:
+
+       The internal name of the role, e.g. editor
+
+## EXAMPLES
+
+    wp roles delete approver
+
+       wp roles create productadmin
+
diff --git a/man-src/roles-list.txt b/man-src/roles-list.txt
new file mode 100644 (file)
index 0000000..364c1fe
--- /dev/null
@@ -0,0 +1,12 @@
+## OPTIONS
+
+* [<role-key>]:
+
+       Optional. A role to return.
+
+## EXAMPLES
+
+       wp roles list
+
+       wp roles list editor
+