TABLE OF CONTENTS


::pwtk::addOpt_

SYNOPSIS

proc ::pwtk::addOpt_ {optionsVar usageVar newOpt newUsage} {

DESCRIPTION

Format the "usage" list for printout in ::pwtk::parseOpt_.

ARGUMENTS

SOURCE

    upvar $optionsVar options
    upvar $usageVar   usage
    lappend options $newOpt
    lappend usage {} $newUsage
}