Skip to content
Permalink
Browse files

port: Fix usage output for actions with portlists

  • Loading branch information
raimue committed Mar 28, 2018
1 parent 4669303 commit 0f7d9e106441824629f5a1cc1e248b97937e6411
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/port/port.tcl
@@ -1717,7 +1717,7 @@ proc action_get_usage { action } {
set needed [action_needs_portlist $action]
if {[ACTION_ARGS_STRINGS] == $needed} {
set args " <arguments>"
} elseif {[ACTION_ARGS_STRINGS] == $needed} {
} elseif {[ACTION_ARGS_PORTS] == $needed} {
set args " <portlist>"
}

0 comments on commit 0f7d9e1

Please sign in to comment.
You can’t perform that action at this time.