New login command (that saves your login, too)
[mw] / README
diff --git a/README b/README
index b3442665171618bf8bdd55f4d95dd1ffe06d5245..0e7fc16021cd8aecbbb74330715cc8eeef44f136 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,11 @@
 mw - VCS-like nonsense for MediaWiki websites
-Copyright (C) 2009  Ian Weller <ian@ianweller.org>
+Copyright (C) 2010  Ian Weller <ian@ianweller.org>
 
 == Basic workflow ==
 See HACKING on how to run this; a nice setup.py isn't done yet.
 
-mw init http://example.com/w/api.php
+mw init http://example.com/w/api.php # use -u username if you like,
+                                     # you'll be asked for a password later
 mw pull 'Main Page'
 $EDITOR Main_Page.wiki
 mw fetch # check for newer revisions

Benjamin Mako Hill || Want to submit a patch?