Skip to content

Commit

Permalink
Display default P4OVS mode in help text
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Foster <derek.foster@intel.com>
  • Loading branch information
ffoulkes committed Oct 7, 2024
1 parent 5804b67 commit b0afb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovs/make-ovs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ print_help() {
echo ""
echo "Options:"
echo " --help -h Display help text and exit"
echo " --p4ovs=MODE Build OvS in specified P4OVS mode"
echo " --p4ovs=MODE Build OvS in specified P4OVS mode [${_P4OVS_MODE}]"
echo " --prefix=DIR -P Install directory prefix [${_OVS_PREFIX}]"
echo ""
echo "P4OVS modes:"
Expand Down

0 comments on commit b0afb48

Please sign in to comment.