summaryrefslogtreecommitdiff
path: root/client/cmds.Y
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2019-02-11 15:27:47 +0100
committerMaria Matejka <mq@ucw.cz>2019-02-20 22:30:54 +0100
commit75206f266f8534367b88401be463953b7d5dc770 (patch)
tree73457aa0cccbf0431728472ef1816de09ec74b78 /client/cmds.Y
parent4f082dfa892e95f86ca8137410992a248110b6ef (diff)
Conf: Fixed makefiles
Diffstat (limited to 'client/cmds.Y')
-rw-r--r--client/cmds.Y11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/cmds.Y b/client/cmds.Y
new file mode 100644
index 00000000..1cbb4f92
--- /dev/null
+++ b/client/cmds.Y
@@ -0,0 +1,11 @@
+#
+# BIRD -- Internal Commands Of The Client
+#
+# (c) 2000 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+#
+# Can be freely distributed and used under the terms of the GNU GPL.
+#
+
+CF_CLI(QUIT,,, [[Quit the client]])
+CF_CLI(EXIT,,, [[Exit the client]])
+CF_CLI(HELP,,, [[Description of the help system]])