Skip to content

Commit

Permalink
Merge pull request #632 from rubenvereecken/master
Browse files Browse the repository at this point in the history
Fixed annoyingly incorrect file syntaxes
  • Loading branch information
Ruben Vereecken committed Jan 7, 2016
2 parents 047974a + 9a991e4 commit e54f49a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pages/common/git-checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

- Undo unstaged local modification

`git checkout .`
`git checkout .`
8 changes: 4 additions & 4 deletions pages/common/ufraw-batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
- Simply convert RAW files to jpg.

``ufraw-batch --out-type=jpg {{input-file(s)}}``
`ufraw-batch --out-type=jpg {{input-file(s)}}`

- Simply convert RAW files to png.

``ufraw-batch --out-type=png {{input-file(s)}}``
`ufraw-batch --out-type=png {{input-file(s)}}`

- Extract the preview image from the raw file.

``ufraw-batch --embedded-image {{input-file(s)}}``
`ufraw-batch --embedded-image {{input-file(s)}}`

- Save the file with size up to the given maximums MAX1 and MAX2.

``ufraw-batch --size=MAX1,MAX2 {{input-file(s)}}``
`ufraw-batch --size=MAX1,MAX2 {{input-file(s)}}`

0 comments on commit e54f49a

Please sign in to comment.