Skip to content

Commit

Permalink
fix option message
Browse files Browse the repository at this point in the history
  • Loading branch information
youpy committed Mar 18, 2010
1 parent d50e38c commit 9b64ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webkit2png
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ examples:
cmdparser.add_option("-D", "--dir",type="string",default="./",
help="directory to place images into")
cmdparser.add_option("-X", "--xpath",type="string",default="",
help="xpath for elemnt to be captured")
help="xpath for node to be captured")
cmdparser.add_option("--delay",type="float",default=0,
help="delay between page load finishing and screenshot")
cmdparser.add_option("--noimages", action="store_true",
Expand Down

0 comments on commit 9b64ad2

Please sign in to comment.