Skip to content

Commit

Permalink
use long options
Browse files Browse the repository at this point in the history
  • Loading branch information
marchersimon committed Jun 6, 2021
1 parent 5fe8d2d commit a047e10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/common/colorpicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

- Only print the color of one clicked pixel and exit:

`colorpicker -o`
`colorpicker --oneshot`

- Print the color of each clicked pixel and quit on keypress:

`colorpicker -q`
`colorpicker --quit-on-keypress`

- Only print the RGB value:

`colorpicker -d`
`colorpicker --rgb`

- Only print the HEX value:

`colorpicker -r`
`colorpicker --hex`

0 comments on commit a047e10

Please sign in to comment.