summaryrefslogtreecommitdiffhomepage
path: root/docs/sources
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-12-06 12:46:07 +0900
committerISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-12-06 12:46:07 +0900
commit3e880da4ba93427bf637bff2d980a26a17350f0c (patch)
treeafeafa4fbe20a007072ebb8bbb7f202c2580e9b7 /docs/sources
parent97aa61082e4f2f6c153fe5c986d886298f88f05f (diff)
doc: update cli syntax
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources')
-rw-r--r--docs/sources/cli-command-syntax.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md
index 01ddbf6a..747d2303 100644
--- a/docs/sources/cli-command-syntax.md
+++ b/docs/sources/cli-command-syntax.md
@@ -27,7 +27,7 @@ gobgp has six subcommands.
# show all Route information
% gobgp global rib [-a <address family>]
# show a specific route information
-% gobgp global rib [<prefix>|<host>] [longer-prefix] [-a <address family>]
+% gobgp global rib [<prefix>|<host>] [longer-prefixes] [-a <address family>]
```
#### - example
@@ -84,7 +84,7 @@ The following options can be specified in the global subcommand:
# show all routes in [local|adj-in|adj-out] table
% gobgp neighbor <neighbor address> [local|adj-in|adj-out] [-a <address family>]
# show a specific route in [local|adj-in|adj-out] table
-% gobgp neighbor <neighbor address> [local|adj-in|adj-out] [<prefix>|<host>] [longer-prefix] [-a <address family>]
+% gobgp neighbor <neighbor address> [local|adj-in|adj-out] [<prefix>|<host>] [longer-prefixes] [-a <address family>]
```
#### - example