#! /bin/sh
-# Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks, Inc.
+# Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
-f, --force Continue even if file or directory already exists
-l, --log=FILE Log openssl output to FILE (default: ovs-log.log)
-h, --help Print this usage message.
+ -V, --version Display version information.
EOF
exit 0
;;
+ -V|--version)
+ echo "ovs-pki (Open vSwitch) @VERSION@"
+ exit 0
+ ;;
--di*=*)
pkidir=$optarg
;;