summaryrefslogtreecommitdiff
path: root/options/dataset_options.py
diff options
context:
space:
mode:
Diffstat (limited to 'options/dataset_options.py')
-rw-r--r--options/dataset_options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py
index b499206..65c4ce3 100644
--- a/options/dataset_options.py
+++ b/options/dataset_options.py
@@ -316,7 +316,7 @@ class DatasetOptions(BaseOptions):
)
self.parser.add_argument(
- '--no-symlink',
+ '--no-symlinks',
action='store_true',
help='dont symlink the augmented frames into the dataset'
)