Skip to content

Commit 681b2ad

Browse files
committed
Improved documentation.
1 parent 506b7aa commit 681b2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotter/structplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def main(result_files, fmt, outdir, popfile=None):
177177

178178
if __name__ == "__main__":
179179
from sys import argv
180-
# Usage: structplot.py results_files format outdir
180+
# Usage: structplot.py results_file format outdir
181181
datafile = []
182182
datafile.append(argv[1])
183183
main(datafile, argv[2], argv[3])

0 commit comments

Comments
 (0)