mirror of
https://github.com/clitor-is-protocol/kevacoin-cli.git
synced 2025-03-13 05:41:21 +00:00
use psr
This commit is contained in:
parent
93db059f3c
commit
2f381f9581
@ -17,7 +17,7 @@ export FS object to blockchain
|
||||
#### example
|
||||
|
||||
```
|
||||
php cli/put.php processor filename [delay]
|
||||
php src/put.php processor filename [delay]
|
||||
```
|
||||
|
||||
#### arguments
|
||||
@ -37,7 +37,7 @@ similar to the [put](#put) logic but using namespace provided as the additional
|
||||
#### example
|
||||
|
||||
```
|
||||
php cli/fix.php processor namespace filename [delay]
|
||||
php src/fix.php processor namespace filename [delay]
|
||||
```
|
||||
|
||||
#### arguments
|
||||
@ -60,7 +60,7 @@ import stored object from blockchain to FS location
|
||||
#### example
|
||||
|
||||
```
|
||||
php cli/get.php processor namespace [filename]
|
||||
php src/get.php processor namespace [filename]
|
||||
```
|
||||
|
||||
#### arguments
|
||||
|
Loading…
x
Reference in New Issue
Block a user