瀏覽代碼

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

martín 2 年之前
父節點
當前提交
515e8473e8
共有 1 個文件被更改,包括 2 次插入2 次删除
  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}}`