diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-08 12:25:02 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-08 12:25:02 +0200 |
commit | ec423cc725d4b097e596dbadd84f3dea40deb0b8 (patch) | |
tree | 29619ec0274cbf83831acb0c79528d2a8f9a33fe /sysdep | |
parent | 5a203dac615369806dc6eee0418ea39c597bea41 (diff) | |
download | bird-ec423cc725d4b097e596dbadd84f3dea40deb0b8.tar bird-ec423cc725d4b097e596dbadd84f3dea40deb0b8.zip |
Updated CLI helps.
Diffstat (limited to 'sysdep')
-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 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]]) |