From ca0961bd49c6c212e01212a0bd84498f2437c175 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 14 Jan 2026 12:50:57 +0000 Subject: [PATCH] Clarified text --- app/Console/Commands/PurgeEulaPDFs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/PurgeEulaPDFs.php b/app/Console/Commands/PurgeEulaPDFs.php index 244eb29429..dd5e90df79 100644 --- a/app/Console/Commands/PurgeEulaPDFs.php +++ b/app/Console/Commands/PurgeEulaPDFs.php @@ -17,7 +17,7 @@ class PurgeEulaPDFs extends Command protected $signature = 'snipeit:purge-eula-pdfs {--older-than-days= : The number of days we should delete before } {--force : Skip the interactive yes/no prompt for confirmation} - {--dryrun : Run the purge process but don\'t update the database or delete files} + {--dryrun : Show the records that would be deleted but don\'t update the database or delete files from disk} {--with-output : Display the results in a table in your console}'; /**