Fix inconsistent dayspec description

This commit is contained in:
2023-05-21 20:45:54 +01:00
parent 8c957d043a
commit d2e2ea21df

View File

@@ -264,7 +264,7 @@ void alarms_init(void)
"alarms",
"List, add and remove alarms\n\nIf a dayspec is specified, it "
"should be a sequence of 'x's and '-'s (for enabled or disabled "
"respectively). For example: \"*-*-*--\" means Mondays, Wednesdays "
"respectively). For example: \"x-x-x--\" means Mondays, Wednesdays "
"and Fridays only.",
"alarms OR alarms add <hh:mm> [dayspec] OR alarms remove <index> OR "
"alarms <clear>",