summaryrefslogtreecommitdiff
path: root/src/cython/example
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/example')
-rwxr-xr-xsrc/cython/example/coordinate_graph_induced_complex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/example/coordinate_graph_induced_complex.py b/src/cython/example/coordinate_graph_induced_complex.py
index 71b87f7a..9e93109a 100755
--- a/src/cython/example/coordinate_graph_induced_complex.py
+++ b/src/cython/example/coordinate_graph_induced_complex.py
@@ -33,7 +33,7 @@ parser = argparse.ArgumentParser(description='Coordinate GIC '
'from points read in a OFF file.',
epilog='Example: '
'example/coordinate_graph_induced_complex.py '
- '-f ../data/points/KleinBottle5D.off 0 -v'
+ '-f ../data/points/KleinBottle5D.off -c 0 -v'
'- Constructs the coordinate GIC with the '
'points from the given OFF file.')
parser.add_argument("-f", "--file", type=str, required=True)