Skip to content

Commit

Permalink
Merge branch 'main' into feature/dev-2818-use-pid1-for-launching-sipi…
Browse files Browse the repository at this point in the history
…-to-make-sure-that-all-signals
  • Loading branch information
subotic authored Oct 15, 2023
2 parents 7123d2f + ad27c23 commit a6480bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Convert an image file to another format:

Compare two image files:

local/bin/sipi --Compare file1 --Compare file2
local/bin/sipi --compare file1 file2

Running Sipi As a Server
------------------------
Expand Down Expand Up @@ -65,6 +65,9 @@ Command-line Options

--skipmeta Value, -k Value
Skip the given metadata. Value can be none,all
--topleft fileIn fileOut
Enforce orientation TOPLEFT.

--mirror Value, -m Value
Mirror the image. Value can be: none,horizontal,vertical
Expand All @@ -75,7 +78,7 @@ Command-line Options
--salsah, -s
Special flag for SALSAH internal use

--Compare file1 --Compare file2 or -C file1 -C file2
--compare file1 file2 or -C file1 file2
Compare two files

--watermark file, -w file
Expand Down

0 comments on commit a6480bf

Please sign in to comment.