1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

fix(en/flameshot): delay should be milliseconds (#8276)

This commit is contained in:
martín 2022-08-01 20:55:21 -03:00 committed by GitHub
parent 97b386939a
commit 515e8473e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,6 @@
`flameshot gui --clipboard`
- Create a screenshot with a specific delay in seconds:
- Create a screenshot with a specific delay in milliseconds:
`flameshot full --delay {{5}}`
`flameshot full --delay {{5000}}`