Some help text for attachment decrypter

This commit is contained in:
James Cole 2017-07-30 10:21:35 +02:00
parent 2694ce4148
commit 6e0e6203cc
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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.}';
/**