summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC/utilities/covercomplex.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/Nerve_GIC/utilities/covercomplex.md')
-rw-r--r--src/Nerve_GIC/utilities/covercomplex.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Nerve_GIC/utilities/covercomplex.md b/src/Nerve_GIC/utilities/covercomplex.md
index 692e44e7..41489b66 100644
--- a/src/Nerve_GIC/utilities/covercomplex.md
+++ b/src/Nerve_GIC/utilities/covercomplex.md
@@ -27,14 +27,14 @@ Finally, the next ne lines represent the edges, characterized by the ID of their
**Usage**
-`Nerve <OFF input file> coordinate resolution gain [--v]`
+`Nerve <OFF input file> coordinate resolution gain [-v]`
where
* `coordinate` is the coordinate function to cover
* `resolution` is the number of the intervals
* `gain` is the gain for each interval
-* `--v` is optional, it activates verbose mode.
+* `-v` is optional, it activates verbose mode.
**Example**
@@ -57,12 +57,12 @@ The program also writes a file `*_sc.off`, that is an OFF file that can be visua
**Usage**
-`VoroniGIC <OFF input file> samples_number [--v]`
+`VoroniGIC <OFF input file> samples_number [-v]`
where
* `samples_number` is the number of samples to take from the point cloud
-* `--v` is optional, it activates verbose mode.
+* `-v` is optional, it activates verbose mode.
**Example**