From 515e8473e8416bb6af3b44f10fb05e6d766f830b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mart=C3=ADn?= Date: Mon, 1 Aug 2022 20:55:21 -0300 Subject: [PATCH] fix(en/flameshot): delay should be milliseconds (#8276) --- pages/linux/flameshot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/flameshot.md b/pages/linux/flameshot.md index 81198b326c..13f6f1a4cb 100644 --- a/pages/linux/flameshot.md +++ b/pages/linux/flameshot.md @@ -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}}`