Skip to content

Commit

Permalink
Improve description for for_each
Browse files Browse the repository at this point in the history
  • Loading branch information
KanRobert committed Sep 9, 2024
1 parent fbb7720 commit ebc0136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion for_each.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

if __name__ == '__main__':
parser = argparse.ArgumentParser(
description='Process all the files in the directory, whose mappings is described by a csv file, where name, exe, sim_files are required')
description='Process all the files in the directory by running sde2csv, csv2json, annotater, bb2fline on them. The mapping from workloads to files is described by a csv file, where name, exe, sim_files are required.')
parser.add_argument('dir', help='directory of the inputs')
parser.add_argument('--csv', required=True, help='csv file to describe the mappings')
parser.add_argument('--items', help='Extra interesting items in sim_files')
Expand Down

0 comments on commit ebc0136

Please sign in to comment.