Example #1
0
 function __construct()
 {
     $this->short_options .= 'o:';
     $this->usage .= ' [-o <format (default=po)>]';
     $this->add_filters_to_options_and_usage();
     parent::__construct();
 }
Example #2
0
 function __construct()
 {
     $this->short_options .= 'f:';
     $this->usage = '-f <po-file> ' . $this->usage;
     parent::__construct();
 }
Example #3
0
 function __construct()
 {
     $this->short_options .= 'f:';
     $this->usage = '-f <po-file> ' . $this->usage . ' [--disable-propagating]';
     parent::__construct();
 }