cmdparse: don’t allow empty operations

This commit is contained in:
Michael Stapelberg 2011-03-14 23:03:25 +01:00
parent 627683c053
commit f900fab453
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ criteria:
;
operations:
| operation optwhitespace
operation optwhitespace
| operations ',' optwhitespace operation
;