+mw status
+
+== Commands ==
+
+usage: mw [subcommand]
+
+ commit (ci) commit changes to wiki
+ diff diff wiki to working directory
+ init start a mw repo
+ login authenticate with wiki
+ logout forget authentication
+ pull add remote pages to repo
+ pullcat add remote pages to repo belonging to the given category
+ status (st) check repo status
+
+=== Status command ===
+
+`status` Will show whether a file has been locally modified ('M') or is clean ('C').
+
+=== Pull command ===
+
+The `pull` command has the following features:
+
+* Can pull a new page/file, or update one.
+* Can be provided a page name or file name.
+* If the wiki has updates, it will pull those unless they conflict
+ with local changes. The user must then resolve/merge conflicts.