doc(README): typo

This commit is contained in:
Johann Dreo 2025-11-17 15:20:59 +01:00 committed by GitHub
commit 701ca6263e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,8 +56,9 @@ Actions:
* `--log`: Print a message.
* `--dbus`: Send a notification to the system's D-Bus.
* `--zenity`: Pop-up a dialog window.
* `--cmd [COMMAND]: Run the passed command for each watched file.
* `--cmd [COMMAND]`: Run the passed command for each watched file.
You can use tags, which will be replaced by actual data:
- {target} (the current watched file),
- {flick} (the timestamped absolute filename, containing the --directory),
- {directory} (cf. --directory, where to put timestamped files),