Areafix/Filefix Scan/Rescan commands cannot use +/- in front of area name
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 45s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m35s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s

This commit is contained in:
2024-12-19 22:15:38 +07:00
parent 010f34f4f2
commit 5fe486b93c
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ class Scan extends Base
public static function help(): array
{
return [
self::command.' [-|+]<ECHOAREA> [<DAYS>]',
self::command.' <ECHOAREA> [<DAYS>]',
' Use the scan command to resend mail that you havent received yet from an',
' echoarea. This is useful if you are rejoining an echoarea, and only want',
' to get mail that you dont already have.',