git » pygen » commit 36bac70

Fix pygen invocation in the "samples" directory.

author Alberto Bertogli
2008-12-23 13:59:25 UTC
committer Alberto Bertogli
2008-12-23 13:59:25 UTC
parent f86798a3f2da82fde9232b779642d665b3296b21

Fix pygen invocation in the "samples" directory.

Thanks to Pablo Antonio (pabloa@gmail.com) for the bug report.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

samples/1/sample.html.pg +1 -1
samples/2/src/a/sample.html.pg +1 -1

diff --git a/samples/1/sample.html.pg b/samples/1/sample.html.pg
index f52f154..c5185ba 100644
--- a/samples/1/sample.html.pg
+++ b/samples/1/sample.html.pg
@@ -5,7 +5,7 @@
 
 <body>
 
-To generate an html file from this, run <tt>pygen genhtml sample.pg</tt>.<br>
+To generate an html file from this, run <tt>pygen gen sample.html.pg</tt>.<br>
 
 This is the main body<br>
 #py print "One-line python statement"
diff --git a/samples/2/src/a/sample.html.pg b/samples/2/src/a/sample.html.pg
index f52f154..c5185ba 100644
--- a/samples/2/src/a/sample.html.pg
+++ b/samples/2/src/a/sample.html.pg
@@ -5,7 +5,7 @@
 
 <body>
 
-To generate an html file from this, run <tt>pygen genhtml sample.pg</tt>.<br>
+To generate an html file from this, run <tt>pygen gen sample.html.pg</tt>.<br>
 
 This is the main body<br>
 #py print "One-line python statement"