Skip to content

Commit

Permalink
fix commands in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 committed Jan 14, 2021
1 parent 0e73847 commit 52326be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ shot --version
shot

# copy the last 3 screenshots to ./foo
shot --dst=./foo --n=3
shot --dst=./foo --num=3

# short args are added automatically when unambiguous e.g. -n and --num
shot -dst ./foo -n 3

# move the second last screenshot to ./bar
shot --mv --dest=./bar --s=2
shot --mv --dst=./bar --start=2
```

### Smaller bash implementation
Expand Down

0 comments on commit 52326be

Please sign in to comment.