summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/config.Y
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-08 12:25:02 +0200
committerMartin Mares <mj@ucw.cz>2000-06-08 12:25:02 +0200
commitec423cc725d4b097e596dbadd84f3dea40deb0b8 (patch)
tree29619ec0274cbf83831acb0c79528d2a8f9a33fe /sysdep/unix/config.Y
parent5a203dac615369806dc6eee0418ea39c597bea41 (diff)
downloadbird-ec423cc725d4b097e596dbadd84f3dea40deb0b8.tar
bird-ec423cc725d4b097e596dbadd84f3dea40deb0b8.zip
Updated CLI helps.
Diffstat (limited to 'sysdep/unix/config.Y')
-rw-r--r--sysdep/unix/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y
index 320c154..81453e3 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]])