diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-05-03 20:07:39 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-05-03 20:07:39 +0200 |
commit | 6d80b653f0348f683804a36db196b61b500a900a (patch) | |
tree | 79621b2c6a30bfc222ff867c4dbdbe4dd61e3371 /application | |
parent | 013e68665673f0475e63d94a1977e09801d3e49c (diff) |
Update CLI usage
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/helpers/filebin_helper.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/helpers/filebin_helper.php b/application/helpers/filebin_helper.php index b89fe9bb3..eb8062065 100644 --- a/application/helpers/filebin_helper.php +++ b/application/helpers/filebin_helper.php @@ -428,7 +428,9 @@ function output_cli_usage() { echo " tools update_database Update/Initialise the database\n"; echo "\n"; echo "Functions that shouldn't have to be run:\n"; - echo " file clean_stale_files Remove files without database entries\n"; + echo " file clean_stale_files Remove files without database entries,\n"; + echo " database entries without files and multipaste\n"; + echo " tarballs that are no longer needed\n"; echo " file update_file_metadata Update filesize and mimetype in database\n"; } |