You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,7 +37,10 @@ public function __construct(Application $app, string $name = null) {
35
37
protectedfunctionconfigure()
36
38
{
37
39
$this
38
-
->setDescription('This command allows to make backup of files for given upload modules and database, must be called as sudo to ensure directories creating. ');
40
+
->setDescription('This command checks the free resources left on the server')
41
+
->addArgument(self::ARGUMENT_CHECKED_PATH, InputArgument::REQUIRED, "Path that should be checked for space left")
42
+
->addArgument(self::ARGUMENT_LOW_DISC_SPACE_DANGER_MBYTES, InputArgument::REQUIRED, "Number of MBytes left for which mail is being sent")
43
+
->addUsage(" '/' 2000");
39
44
}
40
45
41
46
/**
@@ -54,12 +59,14 @@ function initialize(InputInterface $input, OutputInterface $output)
0 commit comments