コード例 #1
0
 function __construct()
 {
     $this->short_options .= 'o:';
     $this->usage .= ' [-o <format (default=po)>]';
     $this->add_filters_to_options_and_usage();
     parent::__construct();
 }
コード例 #2
0
ファイル: import.php プロジェクト: rmccue/GlotPress
 function __construct()
 {
     $this->short_options .= 'f:';
     $this->usage = '-f <po-file> ' . $this->usage;
     parent::__construct();
 }
コード例 #3
0
 function __construct()
 {
     $this->short_options .= 'f:';
     $this->usage = '-f <po-file> ' . $this->usage . ' [--disable-propagating]';
     parent::__construct();
 }