[svnbook commit] r2595 - trunk/src/tools

cmpilato noreply at red-bean.com
Wed Jan 3 13:32:14 CST 2007


Author: cmpilato
Date: Wed Jan  3 13:32:14 2007
New Revision: 2595

Modified:
   trunk/src/tools/build-nightlies

Log:
* src/tools/build-nightlies
  Minor tweak to usage statement to indicate that --dryrun is optional.


Modified: trunk/src/tools/build-nightlies
==============================================================================
--- trunk/src/tools/build-nightlies	(original)
+++ trunk/src/tools/build-nightlies	Wed Jan  3 13:32:14 2007
@@ -39,7 +39,7 @@
 
 
 if len(sys.argv) < 3:
-    sys.stderr.write("""Usage: %s SRC-DIR TGT-DIR --dryrun
+    sys.stderr.write("""Usage: %s SRC-DIR TGT-DIR [--dryrun]
 
 Crawl SRC-DIR looking for book translations, building distributions of
 them, and exploding those distributions into TGT-DIR.




More information about the svnbook-dev mailing list