Project

General

Profile

Revision 845

TimeDelta configuration values are specified as an integer (seconds) not in HH:MM:SS format.

View differences:

gen_sample_config.py
67 67
                    elif opt.type == OPTTYPE_DATETIME:
68 68
                        valid_str = "An ISO timestamp: i.e., YYYY-MM-DD HH:MM:SS"
69 69
                    elif opt.type == OPTTYPE_TIMEDELTA:
70
                        valid_str = "A duration in the format HH:MM:SS"                
70
                        valid_str = "An integer representing a duration in seconds."                
71 71
                
72 72
                f.write("# Valid values: %s\n" % valid_str)
73 73

  

Also available in: Unified diff