Permalink
Browse files
port: Fix usage output for actions with portlists
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+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>" |
|
|
} |
|
|
|
|
|
|