From caff23ca82eccaaf4fe3c024566e4b09fa855b0d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 9 Feb 2016 21:08:13 -0800 Subject: [PATCH] test-ovn: Add help output for parse-actions command. Signed-off-by: Ben Pfaff Acked-by: Justin Pettit Acked-by: Russell Bryant --- tests/test-ovn.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/test-ovn.c b/tests/test-ovn.c index 0a5136968..ae2787c38 100644 --- a/tests/test-ovn.c +++ b/tests/test-ovn.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Nicira, Inc. + * Copyright (c) 2015, 2016 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1339,6 +1339,10 @@ exhaustive N\n\ comma separated. Default is all operators.\n\ String vars:\n\ --svars=N Number of string vars to test, in range 0...4, default 2.\n\ +\n\ +parse-actions\n\ + Parses OVN actions from stdin and prints the equivalent OpenFlow actions\n\ + on stdout.\n\ ", program_name, program_name); exit(EXIT_SUCCESS); -- 2.20.1