root/trac/CommandLineOptions

Revision 105:b55987db0833, 0.9 KB (checked in by Chris Freeze <cfreeze@…>, 3 years ago)

saving trac pages in repository

Line 
1{{{
2Usage: ss.py [options]
3
4Options:
5  -h, --help            show this help message and exit
6  -c file_name, --conf=file_name
7                        Override configuration file
8  -H file_name, --history=file_name
9                        Override file used to save history
10  -m integer, --maxhistory=integer
11                        Override maximum history entries to maintain
12  -s, --simalert        Simulate run and do not use alert devices
13  -S, --simfetch        Simulate the fetch using files in the examples
14                        directory
15  -q, --quiet           Print only important messages to the console
16  -l file_name, --logconf=file_name
17                        Override log configuration file
18  -t, --testpage        Send a test alert to all configured devices
19}}}
Note: See TracBrowser for help on using the browser.