/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

  • Committer: Teddy Hogeborn
  • Date: 2008-08-10 02:01:04 UTC
  • mfrom: (24.1.38 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080810020104-s49hp25rfx8gmw2e
* mandos (main): Use program name in --version output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
654
654
    global main_loop_started
655
655
    main_loop_started = False
656
656
    
657
 
    parser = OptionParser(version = "Mandos server %s" % version)
 
657
    parser = OptionParser(version = "%%prog %s" % version)
658
658
    parser.add_option("-i", "--interface", type="string",
659
659
                      metavar="IF", help="Bind to interface IF")
660
660
    parser.add_option("-a", "--address", type="string",