update get path

This commit is contained in:
ghost 2023-11-22 15:33:00 +02:00
parent d3dde5bd3f
commit 40d936b61f

View File

@ -149,7 +149,8 @@ foreach ($pieces as $key => $value)
// Print result // Print result
echo sprintf( echo sprintf(
'done! run to extract: php kevacoin/get.php %s %s' . PHP_EOL, 'done! run to extract: php %s/get.php %s %s' . PHP_EOL,
__DIR__,
$argv[1], $argv[1],
$ns->namespaceId $ns->namespaceId
); );