Skip to content

Commit

Permalink
utilities: Fix typo in ovn-ctl.
Browse files Browse the repository at this point in the history
Submitted-at: #65
Signed-off-by: Vladislav Odintsov <odivlad@gmail.com>
Signed-off-by: Numan Siddique <numans@ovn.org>
  • Loading branch information
odivlad authored and numansiddique committed Dec 22, 2020
1 parent 119dcbe commit 3733d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utilities/ovn-ctl
Expand Up @@ -937,7 +937,7 @@ Options:
File location options:
--db-sock=SOCKET JSON-RPC socket name (default: $DB_SOCK)
--db-nb-sock=SOCKET OVN_Northbound db socket (default: $DB_NB_SOCK)
--db-sb-scok=SOCKET OVN_Southbound db socket (default: $DB_SB_SOCK)
--db-sb-sock=SOCKET OVN_Southbound db socket (default: $DB_SB_SOCK)
--db-nb-file=FILE OVN_Northbound db file (default: $DB_NB_FILE)
--db-sb-file=FILE OVN_Southbound db file (default: $DB_SB_FILE)
--db-nb-schema=FILE OVN_Northbound db file (default: $DB_NB_SCHEMA)
Expand Down Expand Up @@ -987,7 +987,7 @@ File location options:
--db-nb-use-remote-in-db=yes|no OVN_Northbound db listen on target connection table (default: $DB_NB_USE_REMOTE_IN_DB)
--db-sb-use-remote-in-db=yes|no OVN_Southbound db listen on target connection table (default: $DB_SB_USE_REMOTE_IN_DB)
--db-ic-nb-sock=SOCKET OVN_IC_Northbound db socket (default: $DB_IC_NB_SOCK)
--db-ic-sb-scok=SOCKET OVN_IC_Southbound db socket (default: $DB_IC_SB_SOCK)
--db-ic-sb-sock=SOCKET OVN_IC_Southbound db socket (default: $DB_IC_SB_SOCK)
--db-ic-nb-file=FILE OVN_IC_Northbound db file (default: $DB_IC_NB_FILE)
--db-ic-sb-file=FILE OVN_IC_Southbound db file (default: $DB_IC_SB_FILE)
--db-ic-nb-schema=FILE OVN_IC_Northbound db file (default: $DB_IC_NB_SCHEMA)
Expand Down

0 comments on commit 3733d52

Please sign in to comment.