We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f92537 commit aaf759cCopy full SHA for aaf759c
1 file changed
src/binding/python/openpmd_api/pipe/__main__.py
@@ -46,8 +46,9 @@ def parse_args(program_name):
46
with the largest extent.
47
48
Examples:
49
- {0} --infile simData.h5 simData_%T.bp
50
- {0} --infile simData.sst --inconfig @streamConfig.json simData_%T.bp
+ {0} --infile simData.h5 --outfile simData_%T.bp
+ {0} --infile simData.sst --inconfig @streamConfig.json \\
51
+ --outfile simData_%T.bp
52
{0} --infile uncompressed.bp \\
53
--outfile compressed.bp --outconfig @compressionConfig.json
54
""".format(os.path.basename(program_name)))
0 commit comments