@@ -69,7 +69,7 @@ Usage of the ``job_stats`` tool is described below. ::
6969 -h, --help show this help message and exit
7070 --log_paths_file LOG_PATHS_FILE
7171 specify the path to a manifest file listing Darshan log files
72- --module [{POSIX,MPI-IO,STDIO}], -m [{POSIX,MPI-IO,STDIO,DFS,DAOS}]
72+ --module [{POSIX,MPI-IO,STDIO,DFS,DAOS }], -m [{POSIX,MPI-IO,STDIO,DFS,DAOS}]
7373 specify the Darshan module to generate job stats for (default: POSIX)
7474 --order_by [{perf_by_slowest,time_by_slowest,total_bytes,total_files}], -o [{perf_by_slowest,time_by_slowest,total_bytes,total_files}]
7575 specify the I/O metric to order jobs by (default: total_bytes)
@@ -103,7 +103,7 @@ Usage of the ``file_stats`` tool is described below. ::
103103 -h, --help show this help message and exit
104104 --log_paths_file LOG_PATHS_FILE
105105 specify the path to a manifest file listing Darshan log files
106- --module [{POSIX,MPI-IO,STDIO}], -m [{POSIX,MPI-IO,STDIO,DFS}]
106+ --module [{POSIX,MPI-IO,STDIO,DFS }], -m [{POSIX,MPI-IO,STDIO,DFS}]
107107 specify the Darshan module to generate file stats for (default: POSIX)
108108 --order_by [{bytes_read,bytes_written,reads,writes,total_jobs}], -o [{bytes_read,bytes_written,reads,writes,total_jobs}]
109109 specify the I/O metric to order files by (default: bytes_read)
0 commit comments