preparing version 0.3

This commit is contained in:
nojhan 2010-09-11 08:02:43 +00:00
commit 2a3b19b30c
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
current:
0.3:
* added a via_host field (show on which host the tunnel is build)
* don't try to show connections if the user is not root

View file

@ -521,7 +521,8 @@ if __name__ == "__main__":
usage = """%prog [options]
A user interface to monitor existing SSH tunnel that are managed with autossh.
Called without options, ereshkigal displays a list of tunnels on the standard output.
Note: Users other than root will not see tunnels connections"""
Note: Users other than root will not see tunnels connections.
Version 0.3"""
parser = OptionParser(usage=usage)
parser.add_option("-c", "--curses", action="store_true", dest="curses", default=False,