From 9fc9f2005e750aeb433609a583c8b1c460c4b78b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 14 Jun 2018 11:48:04 +0200 Subject: Document cli user/add_user Signed-off-by: Florian Pritz --- application/helpers/filebin_helper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/helpers/filebin_helper.php b/application/helpers/filebin_helper.php index eb8062065..189b35db1 100644 --- a/application/helpers/filebin_helper.php +++ b/application/helpers/filebin_helper.php @@ -425,6 +425,7 @@ function output_cli_usage() { echo " file cron Cronjob\n"; echo " file nuke_id Nukes all IDs sharing the same hash\n"; echo " user cron Cronjob\n"; + echo " user add_user Add a user\n"; echo " tools update_database Update/Initialise the database\n"; echo "\n"; echo "Functions that shouldn't have to be run:\n"; -- cgit v1.2.3-24-g4f1b