Skip to content

Commit

Permalink
fixed arki-xargs example in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brancomat committed Feb 17, 2023
1 parent 7c9ee57 commit 0af4e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mhooks-arki-xargs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Here are some example invocations of \fBarki-xargs\fP:
.P
.nf
# Run process-grib-file on every grib contained in file.grib
arki-scan file.grib | arki-xargs process-grib-file
arki-scan --inline file.grib | arki-xargs process-grib-file
# Example process-grib-file
#!/bin/sh
# Just copy the input data to standard output
Expand Down

0 comments on commit 0af4e08

Please sign in to comment.