diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-06-14 11:48:12 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-06-14 11:48:12 +0200 |
commit | f34668f94b6a69fa777c6025ccc798b5e3c1110f (patch) | |
tree | 9797b1ebb1bf845481cd3d50df369fb558bb860e /application/helpers/filebin_helper.php | |
parent | 9fc9f2005e750aeb433609a583c8b1c460c4b78b (diff) |
Add cli user deletion
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/helpers/filebin_helper.php')
-rw-r--r-- | application/helpers/filebin_helper.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/helpers/filebin_helper.php b/application/helpers/filebin_helper.php index 189b35db1..d42b2ad87 100644 --- a/application/helpers/filebin_helper.php +++ b/application/helpers/filebin_helper.php @@ -426,6 +426,7 @@ function output_cli_usage() { 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 " user delete_user Delete a user including all their data\n"; echo " tools update_database Update/Initialise the database\n"; echo "\n"; echo "Functions that shouldn't have to be run:\n"; |