add documentation
This commit is contained in:
parent
12f8b0630d
commit
038611bcb4
2 changed files with 13 additions and 1 deletions
|
@ -28,6 +28,8 @@ function help_content(&$a) {
|
|||
|
||||
if ($a->argc > 1) {
|
||||
$path = '';
|
||||
// looping through the argv keys bigger than 0 to build
|
||||
// a path relative to /help
|
||||
for($x = 1; $x < argc(); $x ++) {
|
||||
if(strlen($path))
|
||||
$path .= '/';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue