diff options
author | hasso <hasso> | 2004-08-26 22:21:31 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-08-26 22:21:31 +0000 |
commit | 67e29abc5800ec77a3ee36add6adfe5fa8c38351 (patch) | |
tree | 73a93502607cac89fa3634997832b0068774fe53 /doc | |
parent | 9a0962651b0837b5678da0ef88715ec438f9dcb5 (diff) |
More vtysh fixes. Specifying configuration from command line works now.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/vtysh.1 | 17 |
2 files changed, 18 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index b9326c01..63b736cc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-08-27 Hasso Tepper <hasso at quagga.net> + + * Update vtysh man page to reflect changes in shell. + 2004-08-10 Hasso Tepper <hasso at quagga.net> * Updated man pages. diff --git a/doc/vtysh.1 b/doc/vtysh.1 index f6ad62b5..90aaff1b 100644 --- a/doc/vtysh.1 +++ b/doc/vtysh.1 @@ -1,14 +1,22 @@ -.TH VTYSH 1 "10 August 2004" "Quagga VTY shell" "Version 0.96.5" +.TH VTYSH 1 "27 August 2004" "Quagga VTY shell" "Version 0.96.5" .SH NAME vtysh \- a integrated shell for Quagga routing software .SH SYNOPSIS .B vtysh [ +.B \-f +.I config-file +] +[ .B \-b ] .br .B vtysh [ +.B \-f +.I config-file +] +[ .B \-c .I command ] @@ -34,8 +42,11 @@ is executed and vtysh exits. It's useful for gathering info from Quagga routing software from shell scripts etc. .IP "\fB\-e, \-\-execute \fIcommand\fP" -Alias for -c. It's only for compatibility with Zebra routing software and older -Quagga versions and this might be removed in future. +Alias for -c. It's here only for compatibility with Zebra routing software and +older Quagga versions. This will be removed in future. +.IP "\fB\-f, \-\-config-file \fIconfig-file\fP" +Specifies the config file to use for startup. If not specified this option will +likely default to \fB\fI/usr/local/etc/vtysh.conf\fR. .IP "\fB\-h, \-\-help\fP" Display a usage message on standard output and exit. .SH ENVIRONMENT VARIABLES |