Skip to content

Commit

Permalink
Added version number
Browse files Browse the repository at this point in the history
  • Loading branch information
navilan committed Feb 26, 2009
1 parent 32753e2 commit e600764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyde.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PROG_ROOT = os.path.dirname(os.path.abspath( __file__ ))

def main(argv):
parser = OptionParser()
parser = OptionParser(usage="%prog [-f] [-q]", version="%prog 0.1a")
parser.add_option("-s", "--sitepath",
dest = "site_path", help = "Change the path of the site folder.")
parser.add_option("-i", "--init", action = 'store_true',
Expand Down

0 comments on commit e600764

Please sign in to comment.