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