Skip to content

Commit

Permalink
Correct flag in datatx tutorial (#4022)
Browse files Browse the repository at this point in the history
The text says `-datatx` but here it (still?) says `-transfer`.
  • Loading branch information
michielbdejong authored Jul 3, 2023
1 parent 04ec5f3 commit e57f98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/tutorials/datatx-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Creating a transfer is similar to creating a regular OCM share through the `ocm-
<br>The `ocm-share-create` command makes (see example below), via an OCM share, the contents of folder `/home/my-data` available for transferring to the grantee.
<br>*Note that only a folder can be transferred, and do make sure that this folder contains at least one file (subfolder is not enough)!
```
>> ocm-share-create -grantee f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c -idp cesnet.cz -transfer /home/my-data
>> ocm-share-create -grantee f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c -idp cesnet.cz -datatx /home/my-data
+--------------------------------------+-----------------+--------------------------------------+--------------------------------------------------------------------------------------------+-------------------+-------------+--------------------------------------+--------------------------------+--------------------------------+
| # | OWNER.IDP | OWNER.OPAQUEID | RESOURCEID | TYPE | GRANTEE.IDP | GRANTEE.OPAQUEID | CREATED | UPDATED |
+--------------------------------------+-----------------+--------------------------------------+--------------------------------------------------------------------------------------------+-------------------+-------------+--------------------------------------+--------------------------------+--------------------------------+
Expand Down

0 comments on commit e57f98e

Please sign in to comment.