I made a silly typo in the commit message s/infomration/information. Would it be possible to fix it when the commit is applied, or is it worth posting v2?
Thanks, Martin. On Fri, 2024-06-07 at 13:53 +0200, Martin Kalcok wrote: > Add infomration about "-t" and "--timeout" options for ovsdb-client. > The option is documented in the "Other options" section, similar > to how "ovs-appctl" has it. > > Signed-off-by: Martin Kalcok <[email protected]> > --- > ovsdb/ovsdb-client.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/ovsdb/ovsdb-client.c b/ovsdb/ovsdb-client.c > index cf2ecfd08..80ef90c82 100644 > --- a/ovsdb/ovsdb-client.c > +++ b/ovsdb/ovsdb-client.c > @@ -474,6 +474,8 @@ usage(void) > vlog_usage(); > ovs_replay_usage(); > printf("\nOther options:\n" > + " -t, --timeout=SECS limits ovsdb-client > runtime to\n" > + " approximately SECS > seconds.\n" > " -h, --help display this help > message\n" > " -V, --version display version > information\n"); > exit(EXIT_SUCCESS); _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
