Skip to content

Commit aaf759c

Browse files
franzpoeschelax3l
andauthored
Fix: openpmd-pipe --help (#1069)
* Little fix in openpmd-pipe docu * Update src/binding/python/openpmd_api/pipe/__main__.py Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
1 parent 5f92537 commit aaf759c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/binding/python/openpmd_api/pipe/__main__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ def parse_args(program_name):
4646
with the largest extent.
4747
4848
Examples:
49-
{0} --infile simData.h5 simData_%T.bp
50-
{0} --infile simData.sst --inconfig @streamConfig.json simData_%T.bp
49+
{0} --infile simData.h5 --outfile simData_%T.bp
50+
{0} --infile simData.sst --inconfig @streamConfig.json \\
51+
--outfile simData_%T.bp
5152
{0} --infile uncompressed.bp \\
5253
--outfile compressed.bp --outconfig @compressionConfig.json
5354
""".format(os.path.basename(program_name)))

0 commit comments

Comments
 (0)