From cfb609814af7ba0e94142c81a25ab6040c2eef86 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 23 Apr 2025 19:05:53 +0200 Subject: [PATCH] remove duplicate options --- bin/administration | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bin/administration b/bin/administration index 3fe090d4..7c4057be 100755 --- a/bin/administration +++ b/bin/administration @@ -157,11 +157,6 @@ Usage: Options: -d, --delete deletes the requested paste ID - -e, --empty-dirs removes empty directories (only if Filesystem storage is - configured) - -h, --help displays this help message - -p, --purge purge all expired pastes - -s, --statistics reads all stored pastes and comments and reports statistics --delete-all deletes all paste IDs -e, --empty-dirs removes empty directories (only if Filesystem storage is configured) @@ -371,4 +366,4 @@ EOT, PHP_EOL; } } -new Administration(); \ No newline at end of file +new Administration();