diff options
author | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-10-03 10:22:24 +0200 |
---|---|---|
committer | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-10-11 17:43:03 +0200 |
commit | 22558357d45c27583156f8c11412e37ce48a42e0 (patch) | |
tree | 6de603abdec9de7720d8719f8a30c79a4d0eee7e /doc | |
parent | b9864aa87193ac1a5ebbc04d24ec782a1fe9637a (diff) |
Doc: Add command-line options --version, --help
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index f2001e75..5cc12b28 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -181,6 +181,12 @@ BIRD executable by configuring out routing protocols you don't use, and <tag><label id="argv-recovery">-R</tag> apply graceful restart recovery after start. + + <tag><label id="argv-version">--version</tag> + display bird version. + + <tag><label id="argv-help">-h, --help</tag> + display command-line options to bird. </descrip> <p>BIRD writes messages about its work to log files or syslog (according to config). |