Skip to content

Commit b80686b

Browse files
committed
fix: forgot to finish writing the command description
1 parent 8fd2ab1 commit b80686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Dns/ImportDnsRecordsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function configure()
3333
{
3434
$this
3535
->setName(self::NAME)
36-
->setDescription('Import')
36+
->setDescription('Import DNS records into a DNS zone')
3737
->addArgument('zone', InputArgument::REQUIRED, 'The name of the DNS zone that the DNS record belongs to')
3838
->addArgument('subdomain', InputArgument::IS_ARRAY | InputArgument::OPTIONAL, 'The subdomains that we want to import');
3939
}

0 commit comments

Comments
 (0)