summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-06-14 11:48:04 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-06-14 11:48:04 +0200
commit9fc9f2005e750aeb433609a583c8b1c460c4b78b (patch)
tree0bc6e00ca7c2cae0fdfd077bf096f05bd501759d
parentef3d5fea06b8ddc69bd94d40a051f5aa5c5cf005 (diff)
Document cli user/add_user
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/helpers/filebin_helper.php1
1 files changed, 1 insertions, 0 deletions
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 <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";