Skip to content

Commit

Permalink
update README to reflect the latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudsftp committed Oct 5, 2023
1 parent 0dd6089 commit c419c16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,8 @@ reMarkable screenshots over ssh.
- `-n --no-display` Force program to not display the snapshot.
- `-c --og-color` Turn off color correction (color correction is only active for the reMarkable2)
- `-p --og-pixel-format` Turns off the byte correction (use this if your reMarkable is on version < 3.6)
- `-x --clipboard` Copies the result into the clipboard.
- `-f --sketch` Removes the white background from the result.
- `-v --version` Displays version.
- `-h --help` Displays help information.

Expand Down
3 changes: 2 additions & 1 deletion reSnap.sh
Expand Up @@ -66,7 +66,7 @@ while [ $# -gt 0 ]; do
exit 0
;;
-h | --help | *)
echo "Usage: $0 [-l] [-d] [-n] [-v] [-x] [--source <ssh-host>] [--output <output-file>] [-h]"
echo "Usage: $0 [-l] [-d] [-n] [-v] [-x] [-f] [--source <ssh-host>] [--output <output-file>] [-h]"
echo "Examples:"
echo " $0 # snapshot in portrait"
echo " $0 -l # snapshot in landscape"
Expand All @@ -76,6 +76,7 @@ while [ $# -gt 0 ]; do
echo " $0 -n # don't display the file"
echo " $0 -c # no color correction (reMarkable2)"
echo " $0 -x # Copy snapshot to clipboard also"
echo " $0 -f # Remove white background"
echo " $0 -p # no pixel format correction (reMarkable2 version < 3.6)"
echo " $0 -v # displays version"
echo " $0 --sketch # Construct sketc"
Expand Down

0 comments on commit c419c16

Please sign in to comment.