Changeset 724

Show
Ignore:
Timestamp:
12/30/06 17:22:58 (2 years ago)
Author:
common
Message:

nepenthes

  • nepenthes getopts, fix --workingdir= -w to take an arg
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/nepenthes-core/src/Nepenthes.cpp

    r717 r724  
    212212                        { "version",            0, 0, 'V' }, 
    213213                        { "verbose",            0, 0, 'v' }, 
    214                         { "workingdir",         0, 0, 'w' }, 
     214                        { "workingdir",         1, 0, 'w' }, 
    215215                        { 0, 0, 0, 0 } 
    216216                };