Changeset 81602
- Timestamp:
- 08/02/11 15:19:46 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/src/port/port.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port/port.tcl
r81475 r81602 4157 4157 lappend errlst "--[lindex $e 0]" 4158 4158 } 4159 return -code error " ${action} --${key} is ambiguous: \n [join $errlst "\n"]"4159 return -code error "\"port ${action} --${key}\" is ambiguous: \n port ${action} [join $errlst "\n port ${action} "]" 4160 4160 } 4161 4161 set key [lindex [lindex $kopts 0] 0] … … 4314 4314 } else { 4315 4315 if {[llength $actions] > 1} { 4316 puts "Ambiguous action \"$action\": could be any of {$actions}."4316 ui_error "\"port ${action}\" is ambiguous: \n port [join $actions "\n port "]" 4317 4317 } else { 4318 puts "Unrecognized action \"$action\""4318 ui_error "Unrecognized action \"port $action\"" 4319 4319 } 4320 4320 set action_status 1
Note: See TracChangeset
for help on using the changeset viewer.

