add completed notice with extraction command example

This commit is contained in:
ghost 2023-11-16 15:00:35 +02:00
parent 66c3cdbea5
commit 56630565ee

View File

@ -72,4 +72,10 @@ if (!empty($kevaNamespace->namespaceId))
sleep($delay);
}
echo sprintf(
'done! run to extract: php kevacoin/get.php %s %s' . PHP_EOL,
$argv[1],
$kevaNamespace->namespaceId
);
}