Project

General

Profile

« Previous | Next » 

Revision 11227

bin/map: usage: documented that verbosity > 3 in commit mode turns on debug_temp mode, which creates real tables instead of temp tables

View differences:

map
71 71
    env_names = []
72 72
    def usage_err():
73 73
        raise SystemExit('Usage: '+opts.env_usage(env_names, True)+' '
74
            +sys.argv[0]+' [map_path...] [<input] [>output]\n'
75
            'Note: Row #s start with 1')
74
            +sys.argv[0]+''' [map_path...] [<input] [>output]
75
note: row #s start with 1
76
verbosity > 3 in commit mode turns on debug_temp mode, which creates real tables
77
instead of temp tables
78
''')
76 79
    
77 80
    ## Get config from env vars
78 81
    

Also available in: Unified diff