summaryrefslogtreecommitdiff
path: root/libcmd/cmd_parse.ragel
diff options
context:
space:
mode:
Diffstat (limited to 'libcmd/cmd_parse.ragel')
-rw-r--r--libcmd/cmd_parse.ragel2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcmd/cmd_parse.ragel b/libcmd/cmd_parse.ragel
index 8cd8717..7bae484 100644
--- a/libcmd/cmd_parse.ragel
+++ b/libcmd/cmd_parse.ragel
@@ -45,7 +45,7 @@ int print_token( char *s, char *e, int tok)
'"';
quote = '"' (any-'"')* '"';
#seperate = ';';
- word = ([a-zA-Z0-9!#$%&'()*+`./:;<=>?@{}|~_])*;
+ word = ([a-zA-Z0-9!#$%&'()*+-`./:;<=>?@{}|~_])*;
sp = ([' ','\t','\n']);
main := |*