diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-05-18 21:02:24 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-05-18 21:02:24 +0200 |
commit | 54b26fbe1e0f9efaba143d88ea8581933f5c8dc8 (patch) | |
tree | 02ddfd47a36c16074ef4303ffcf0f892d5fef73a /inc/cliopts.php | |
parent | 18496fe0decfb1382393daca3141bf315cda7254 (diff) | |
parent | b2e7cc706ef0f8a622d9973c418cc40e4addc436 (diff) | |
download | rpg-54b26fbe1e0f9efaba143d88ea8581933f5c8dc8.tar.gz rpg-54b26fbe1e0f9efaba143d88ea8581933f5c8dc8.tar.bz2 |
Merge pull request #720 from splitbrain/newcli
Refactored the CLI stuff
Diffstat (limited to 'inc/cliopts.php')
-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 { |