Update the pdf command to fix a problem with the template argument

This commit is contained in:
Craig Davis
2014-01-12 17:14:29 -07:00
parent d5da28b83a
commit 62e6377d08
5 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ class PdfCommand extends HtmlCommand
->addOption(
'template',
't',
InputOption::VALUE_NONE,
InputOption::VALUE_OPTIONAL,
'Which of the templates to use'
);
}