- MFH: List --rf/--rc/--re only with enabled reflection

This commit is contained in:
Johannes Schlüter 2006-02-21 21:15:13 +00:00
parent f5241f165f
commit 7409ed6403

View file

@ -434,10 +434,12 @@ static void php_cli_usage(char *argv0)
" args... Arguments passed to script. Use -- args when first argument\n"
" starts with - or script is read from stdin\n"
"\n"
#if (HAVE_REFLECTION)
" --rf <name> Show information about function <name>.\n"
" --rc <name> Show information about class <name>.\n"
" --re <name> Show information about extension <name>.\n"
"\n"
#endif
, prog, prog, prog, prog, prog, prog);
}
/* }}} */