/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-ctl

small stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
                  help="Start checker for specified client")
125
125
parser.add_option("--stop-checker", action="store_true",
126
126
                  help="Stop checker for specified client")
127
 
parser.add_option("-v", "--is-valid", action="store_true",
128
 
                  help="Stop checker for specified client")
 
127
parser.add_option("-V", "--is-valid", action="store_true",
 
128
                  help="Check if specified client is still valid")
 
129
parser.add_option("-Q", "--quit", action="store_true",
 
130
                  help="Stops the running mandos server")
129
131
parser.add_option("-c", "--checker", type="string",
130
132
                  help="Set checker command for specified client")
131
133
parser.add_option("-t", "--timeout", type="string",