Changeset 38230 for trunk/base/src
- Timestamp:
- 07/13/08 03:06:54 (5 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/port/port.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port/port.tcl
r38033 r38230 3170 3170 3171 3171 # Parse global options that will affect all subsequent commands 3172 parse_options "global" ui_options global_options 3172 if {[catch {parse_options "global" ui_options global_options} result]} { 3173 puts "Error: $result" 3174 print_usage 3175 exit 1 3176 } 3173 3177 3174 3178 # Get arguments remaining after option processing

