Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Fix --off description to show seconds #53

Open
wants to merge 1 commit into
base: multi-monitor
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Additional arguments:
Scale image to span multiple displays

--off <N>
Turn display off after N minutes
Turn display off after N seconds

--fx <EFFECT,EFFECT,EFFECT>
List of effects to apply
Expand Down
2 changes: 1 addition & 1 deletion multilockscreen
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ usage() {
echo " Scale image to span multiple displays"
echo
echo " --off <N>"
echo " Turn display off after N minutes"
echo " Turn display off after N seconds"
echo
echo " --fx <EFFECT,EFFECT,EFFECT>"
echo " List of effects to generate"
Expand Down