@@ -5,18 +5,18 @@ Command line features
55
66.. meta ::
77 :description: DataLab command line features
8- :keywords: command line, cdl, datalab, run, test, demo
8+ :keywords: command line, datalab, run, test, demo
99
1010Run DataLab
1111-----------
1212
1313To run DataLab from the command line, type the following::
1414
15- $ cdl
15+ $ datalab
1616
1717To show help on command line usage, simply run::
1818
19- $ cdl --help
19+ $ datalab --help
2020 usage: app.py [-h] [-b path] [-v] [--unattended] [--screenshot] [--delay DELAY] [--xmlrpcport PORT]
2121 [--verbose {quiet,minimal,normal}]
2222 [h5]
@@ -46,24 +46,24 @@ Open HDF5 file at startup
4646
4747To open HDF5 files, or even import only a specified HDF5 dataset, use the following::
4848
49- $ cdl /path/to/file1.h5
50- $ cdl /path/to/file1.h5,/path/to/dataset1
51- $ cdl /path/to/file1.h5,/path/to/dataset1;/path/to/file2.h5,/path/to/dataset2
49+ $ datalab /path/to/file1.h5
50+ $ datalab /path/to/file1.h5,/path/to/dataset1
51+ $ datalab /path/to/file1.h5,/path/to/dataset1;/path/to/file2.h5,/path/to/dataset2
5252
5353Open HDF5 browser at startup
5454----------------------------
5555
5656To open the HDF5 browser at startup, use one of the following commands::
5757
58- $ cdl -b /path/to/file1.h5
59- $ cdl --h5browser /path/to/file1.h5
58+ $ datalab -b /path/to/file1.h5
59+ $ datalab --h5browser /path/to/file1.h5
6060
6161Run DataLab demo
6262----------------
6363
6464To execute DataLab demo, run the following::
6565
66- $ cdl -demo
66+ $ datalab -demo
6767
6868.. _run_scientific_validation_tests :
6969
@@ -94,6 +94,6 @@ Run interactive tests
9494
9595To execute DataLab interactive tests, run the following::
9696
97- $ cdl -tests
97+ $ datalab -tests
9898
9999.. image :: /images/interactive_tests.png
0 commit comments