Areafix/Filefix Scan/Rescan commands cannot use +/- in front of area name
This commit is contained in:
parent
010f34f4f2
commit
5fe486b93c
@ -16,7 +16,7 @@ class Rescan extends Base
|
|||||||
public static function help(): array
|
public static function help(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
self::command.' [-|+]<ECHOAREA> [<DAYS>]',
|
self::command.' <ECHOAREA> [<DAYS>]',
|
||||||
' Use the rescan command to resend mail from an echoarea.',
|
' Use the rescan command to resend mail from an echoarea.',
|
||||||
' This is will resend mail again, even if you have received it in the past.',
|
' This is will resend mail again, even if you have received it in the past.',
|
||||||
' Arguments:',
|
' Arguments:',
|
||||||
|
@ -16,7 +16,7 @@ class Scan extends Base
|
|||||||
public static function help(): array
|
public static function help(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
self::command.' [-|+]<ECHOAREA> [<DAYS>]',
|
self::command.' <ECHOAREA> [<DAYS>]',
|
||||||
' Use the scan command to resend mail that you havent received yet from an',
|
' 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',
|
' echoarea. This is useful if you are rejoining an echoarea, and only want',
|
||||||
' to get mail that you dont already have.',
|
' to get mail that you dont already have.',
|
||||||
|
@ -17,7 +17,7 @@ class Rescan extends Base
|
|||||||
public static function help(): array
|
public static function help(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
self::command.' [-|+]<FILEAREA> [<DAYS>]',
|
self::command.' <FILEAREA> [<DAYS>]',
|
||||||
' Use the rescan command to resend files from a filearea.',
|
' Use the rescan command to resend files from a filearea.',
|
||||||
' This is will resend files again, even if you have received them in the',
|
' This is will resend files again, even if you have received them in the',
|
||||||
' past.',
|
' past.',
|
||||||
|
@ -17,7 +17,7 @@ class Scan extends Base
|
|||||||
public static function help(): array
|
public static function help(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
self::command.' [-|+]<FILEAREA> [<DAYS>]',
|
self::command.' <FILEAREA> [<DAYS>]',
|
||||||
' Use the scan command to resend files that you havent received yet from an',
|
' Use the scan command to resend files that you havent received yet from an',
|
||||||
' filearea. This is useful if you are rejoining an filearea, and only want',
|
' filearea. This is useful if you are rejoining an filearea, and only want',
|
||||||
' to get files that you dont already have.',
|
' to get files that you dont already have.',
|
||||||
|
Loading…
Reference in New Issue
Block a user