diff options
author | Alexander <gummeah@gmail.com> | 2017-06-20 14:51:12 +0300 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-06-20 22:05:12 +0900 |
commit | dee06c638b0f3a1a4196d85a165aabb0383f3aab (patch) | |
tree | 243c276017723bc8c04e386920a9bfa93eb2b3dc | |
parent | 85a62d8edebce1a05ab7842a545b9a3b49d2e320 (diff) |
little fix for getting-started.md documentation
-rw-r--r-- | docs/sources/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/getting-started.md b/docs/sources/getting-started.md index b556592b..cdd8ba83 100644 --- a/docs/sources/getting-started.md +++ b/docs/sources/getting-started.md @@ -86,7 +86,7 @@ neighbors: ``` ```bash -$ sudo -E gobgpd -t yaml gobgpd.yml +$ sudo -E gobgpd -t yaml -f gobgpd.yml {"level":"info","msg":"Peer 10.0.255.1 is added","time":"2015-04-06T20:32:28+09:00"} {"level":"info","msg":"Peer 10.0.255.2 is added","time":"2015-04-06T20:32:28+09:00"} ``` |