diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-05-16 09:13:13 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-05-16 09:13:13 +0200 |
commit | b2e7cc706ef0f8a622d9973c418cc40e4addc436 (patch) | |
tree | d192f4f297581b4ba8e8a1fd22eac00dbb1defd9 /inc | |
parent | 1c36b3d86f90185519cadaad85251922dc771fe1 (diff) | |
download | rpg-b2e7cc706ef0f8a622d9973c418cc40e4addc436.tar.gz rpg-b2e7cc706ef0f8a622d9973c418cc40e4addc436.tar.bz2 |
deprecated the old CLI opts parser
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cliopts.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cliopts.php b/inc/cliopts.php index 3eac72e5b..c75a5a93b 100644 --- a/inc/cliopts.php +++ b/inc/cliopts.php @@ -68,6 +68,7 @@ define('DOKU_CLI_OPTS_ARG_READ',5);//Could not read argv * * @author Andrei Zmievski <andrei@php.net> * + * @deprecated 2014-05-16 */ class Doku_Cli_Opts { |