Project

General

Profile

« Previous | Next » 

Revision 180

join: Added usage item for repeated joins

View differences:

join
7 7
def main():
8 8
    try: _prog_name, map_1_path = sys.argv
9 9
    except ValueError:
10
        raise SystemExit('Usage: '+sys.argv[0]+' <map_0 map_1 >joined_map')
10
        raise SystemExit('Usage: '+sys.argv[0]+' <map_0 map_1 [| '+sys.argv[0]
11
            +' map_2]... >joined_map')
11 12
    
12 13
    # Get map 1
13 14
    map_1 = {}

Also available in: Unified diff