Parcourir la source

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

martín il y a 2 ans
Parent
commit
515e8473e8
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      pages/linux/flameshot.md

+ 2 - 2
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}}`