Browse Source

update get path

main
ghost 10 months ago
parent
commit
40d936b61f
  1. 3
      kevacoin/put.php

3
kevacoin/put.php

@ -149,7 +149,8 @@ foreach ($pieces as $key => $value) @@ -149,7 +149,8 @@ foreach ($pieces as $key => $value)
// Print result
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],
$ns->namespaceId
);
Loading…
Cancel
Save