Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jabriffa committed Jun 14, 2018
1 parent 4cfb967 commit af7fb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cr2_replace.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main():
parser.add_argument("-i", "--input", required=True,
help="input raw file to use as basis")
parser.add_argument("-d", "--decode",
help="decode and keep previous sensor image file")
help="decode and keep previous sensor image file (as PNM)")
parser.add_argument("-s", "--sensor", required=True,
help="sensor image file to replace input")
parser.add_argument("-o", "--output", required=True,
Expand Down

0 comments on commit af7fb23

Please sign in to comment.