diff --git a/app/Console/Commands/DecryptAttachment.php b/app/Console/Commands/DecryptAttachment.php index ed2fdeb7fa..cf1c2c7d0a 100644 --- a/app/Console/Commands/DecryptAttachment.php +++ b/app/Console/Commands/DecryptAttachment.php @@ -34,7 +34,8 @@ class DecryptAttachment extends Command * * @var string */ - protected $signature = 'firefly:decrypt-attachment {id} {name} {directory}'; + protected $signature = 'firefly:decrypt-attachment {id:The ID of the attachment.} {name:The file name of the attachment.} + {directory:Where the file must be stored.}'; /**