diff options
-rw-r--r-- | sysdep/unix/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y index 81453e3..af35f82 100644 --- a/sysdep/unix/config.Y +++ b/sysdep/unix/config.Y @@ -64,7 +64,7 @@ log_cat: /* Unix specific commands */ -CF_CLI(CONFIGURE, cfg_name, ["<file>"], [[Reload configuration]]) +CF_CLI(CONFIGURE, cfg_name, [\"<file>\"], [[Reload configuration]]) { cmd_reconfig($2); } ; CF_CLI(DOWN,,, [[Shut the daemon down]]) |