preparing version 0.3
This commit is contained in:
parent
6bb4f4d0e5
commit
2a3b19b30c
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
current:
|
0.3:
|
||||||
* added a via_host field (show on which host the tunnel is build)
|
* 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
|
* don't try to show connections if the user is not root
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -521,7 +521,8 @@ if __name__ == "__main__":
|
||||||
usage = """%prog [options]
|
usage = """%prog [options]
|
||||||
A user interface to monitor existing SSH tunnel that are managed with autossh.
|
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.
|
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 = OptionParser(usage=usage)
|
||||||
|
|
||||||
parser.add_option("-c", "--curses", action="store_true", dest="curses", default=False,
|
parser.add_option("-c", "--curses", action="store_true", dest="curses", default=False,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue