Explain init -u in README's workflow
authorIan Weller <ian@ianweller.org>
Sun, 14 Mar 2010 06:03:15 +0000 (00:03 -0600)
committerIan Weller <ian@ianweller.org>
Sun, 14 Mar 2010 06:03:15 +0000 (00:03 -0600)
README

diff --git a/README b/README
index 39b3d028e0171c524a598dd77a742511529ae28f..0e7fc16021cd8aecbbb74330715cc8eeef44f136 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,8 @@ 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?