This commit is contained in:
ghost 2024-06-04 11:52:44 +03:00
parent 93db059f3c
commit 2f381f9581
4 changed files with 3 additions and 3 deletions

View File

@ -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