[dnf|shell] Fix minutes vs. seconds confusion in help text
This commit is contained in:
parent
621564d247
commit
0b0cfd4f8b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Requires the following executable:
|
|||
* dnf
|
||||
|
||||
Parameters:
|
||||
* dnf.interval: Time in seconds between two consecutive update checks (defaults to 30 minutes)
|
||||
* dnf.interval: Time in minutes between two consecutive update checks (defaults to 30 minutes)
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ Parameters:
|
|||
For example shell.command='echo $(date +"%H:%M:%S")'
|
||||
But NOT shell.command="echo $(date +'%H:%M:%S')"
|
||||
Second one will be evaluated only once at startup
|
||||
* shell.interval: Update interval in minutes
|
||||
* shell.interval: Update interval in seconds
|
||||
(defaults to 1s == every bumblebee-status update)
|
||||
* shell.async: Run update in async mode. Won't run next thread if
|
||||
previous one didn't finished yet. Useful for long
|
||||
|
|
Loading…
Reference in a new issue