3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 13:05:32 +00:00

Clarified text

This commit is contained in:
snipe
2026-01-14 12:50:57 +00:00
parent 79528fa87b
commit ca0961bd49

View File

@ -17,7 +17,7 @@ class PurgeEulaPDFs extends Command
protected $signature = 'snipeit:purge-eula-pdfs protected $signature = 'snipeit:purge-eula-pdfs
{--older-than-days= : The number of days we should delete before } {--older-than-days= : The number of days we should delete before }
{--force : Skip the interactive yes/no prompt for confirmation} {--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}'; {--with-output : Display the results in a table in your console}';
/** /**