Changeset 20485 for lang/perl/Moxy

Show
Ignore:
Timestamp:
10/02/08 16:59:47 (3 months ago)
Author:
tokuhirom
Message:

oops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Moxy/trunk/lib/Moxy/Cmd.pm

    r20484 r20485  
    1515        [ 'daemonize|d' => "daemonize" ], 
    1616        [ 
    17             'config|c' => "path to configuration file", 
     17            'config|c=s' => "path to configuration file", 
    1818            { default => catfile( $FindBin::Bin, 'config.yaml' ) } 
    1919        ],