fix syntax error

This commit is contained in:
mario 2016-06-15 12:55:05 +02:00
parent 64adf4a5fb
commit f00af56fd6

View file

@ -82,5 +82,5 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> {
.required(false)
.help("Frequency of the recurrence of a task")
)
)
}