Skip to content

Commit 6ba6103

Browse files
mateusz-ciesielskiAdamTumi
authored andcommitted
Fixing script folder location param in datasets md (#1076)
1 parent 796435d commit 6ba6103

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user-guide/actions/working_with_datasets.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Nauta offers two ways for users to upload and use datasets for experiments:
1515

1616
Uploading additional datasets or files is an option available for the ‘submit’ command, using the following option:
1717

18-
`-sfl, --script_folder_location`
18+
`-sfl, --script-folder-location`
1919

20-
Where `script_folder_location` is the name of a folder with additional files used by a script, e.g., other .py files,
20+
Where `script-folder-location` is the name of a folder with additional files used by a script, e.g., other .py files,
2121
datasets, etc. If the option is not included, the files will not be included in the experiment.
2222

2323
**Syntax:**
2424

25-
`nctl experiment submit --script_folder_location DATASET-PATH SCRIPT_LOCATION`
25+
`nctl experiment submit --script-folder-location DATASET-PATH SCRIPT_LOCATION`
2626

2727
This option is recommended for small datasets or datasets that are NOT reused often. In using this option,
2828
the dataset will be uploaded each time the submit command is executed which may add to the overall submission time.
2929

30-
**Note**: `script_folder_location` is also used for script files, not only for datasets.
30+
**Note**: `script-folder-location` is also used for script files, not only for datasets.
3131

3232
### Upload to Nauta Storage
3333

@@ -49,7 +49,7 @@ the following command to mount those folders (all of the following is displayed,
4949

5050
![Image](images/nctl_mount_command.png)
5151

52-
**Note 1**: The `nctl` mount command also returns a command to unmount a folder.
52+
**Note 1**: The `nctl mount` command also returns a command to unmount a folder.
5353

5454
**Note 2:** Nauta uses the mount command that is native to each operating system, so the command printed
5555
out may not appear as in this example.

0 commit comments

Comments
 (0)