summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Pereiaslov <perk11@perk11.info>2024-02-12 21:24:59 +0300
committerGitHub <noreply@github.com>2024-02-12 21:24:59 +0300
commit29e1961e3ecbd14d7a043bad4795a751942f45fd (patch)
tree9db91147c4806be8064e5b03d976d4065b0f7889
parent8287735913154eadb980cf14b9cdd758892854aa (diff)
Fix wrong number in example in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cdcbe9c..4787760 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ runwhenidle will start monitoring user activity and pause ffmpeg if user has b
If user is inactive for 30 seconds, resume the operation of ffmpeg. `--quiet` option makes sure runwhenidle doesn't
output anything other than the output of `ffmpeg`. Same command can be ran with the short versions of the arguments:
- runwhenidle -a 10 -t 30 -q ffmpeg -i file.mp4 file.mkv
+ runwhenidle -a 10000 -t 30 -q ffmpeg -i file.mp4 file.mkv
## Example 3: