From 6e0e6203cce5ef36994d0cd41748108dcb4e0e12 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Jul 2017 10:21:35 +0200 Subject: [PATCH] Some help text for attachment decrypter --- app/Console/Commands/DecryptAttachment.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.}'; /**