mirror of
https://github.com/clitor-is-protocol/kevacoin-cli.git
synced 2025-01-31 00:44:18 +00:00
add completed notice with extraction command example
This commit is contained in:
parent
66c3cdbea5
commit
56630565ee
@ -72,4 +72,10 @@ if (!empty($kevaNamespace->namespaceId))
|
|||||||
|
|
||||||
sleep($delay);
|
sleep($delay);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo sprintf(
|
||||||
|
'done! run to extract: php kevacoin/get.php %s %s' . PHP_EOL,
|
||||||
|
$argv[1],
|
||||||
|
$kevaNamespace->namespaceId
|
||||||
|
);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user