Skip to content

Commit

Permalink
Fix typos in cli doc
Browse files Browse the repository at this point in the history
  • Loading branch information
remiceres committed Jul 19, 2024
1 parent 998aec0 commit a7f9ecf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/source/cli_ref/cli_canonicalize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ The ``canonicalize`` command allows applying a specific canonicalization algorit
- `-f`, `-if`, `\-\-input-format` `<format>` : Input format is automatically detected for files. Use this option with the standard input or if you want to force the input file format. Supported input formats are listed :ref:`below <corese-command-canonicalize-input-formats>`. Default: `rdfc-1.0-sha256`.
- `-R`, `\-\-recursive`: Recursively input all the files in the input directory and sub-directories.

- `-r`, `-a`, `ca`, `-of`, `\-\-canonical-algo` `<algo>` : Canonicalization algorithm to apply. Supported algorithms/formats are listed :ref:`below <corese-command-canonicalize-output-formats>`. Default: `markdown` table.
- `-a`, `-r`, `-ca`, `-of`, `\-\-canonical-algo` `<algo>` : Canonicalization algorithm to apply. Supported algorithms/formats are listed :ref:`below <corese-command-canonicalize-output-formats>`. Default: `rdfc-1.0-sha256`.
- `-o`, `\-\-output-data` `<output_file>` : Optional path to save the query results. Default: standard output.

- `-c`, `\-\-config`, `\-\-init` `<path>` : Optional path to the configuration file. Default: `config.properties` file in the current directory. Is this true??
- `-c`, `\-\-config`, `\-\-init` `<path>` : Optional path to the configuration file.
- `-w`, `\-\-no-owl-import` : Disables the automatic import of referenced ontologies specified in 'owl:imports' statements in the `profile.ttl` file. Default: enabled.

- `-v`, `\-\-verbose` : Display verbose output.
Expand All @@ -38,7 +38,7 @@ To run this example you can download the sample data files :download:`beatles_bl

.. code-block:: bash
corese-command canonicalize -i beatles_blank.rdf -r rdfc-1.0
corese-command canonicalize -i beatles_blank.ttl -r rdfc-1.0
.. code-block:: xml
Expand Down
2 changes: 1 addition & 1 deletion docs/source/cli_ref/cli_convert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The ``convert`` command allows converting RDF files from one format to another.
- `-o`, `\-\-output-data` `<output_file>` : Optional path to save the converted results. Default: standard output.
- `-c`, `\-\-config`, `\-\-init` `<path>` : Optional path to the configuration file. Default: `config.properties` file in the current directory. Is this true??
- `-c`, `\-\-config`, `\-\-init` `<path>` : Optional path to the configuration file.
- `-w`, `\-\-no-owl-import` : Disables the automatic import of referenced ontologies specified in 'owl:imports' statements in the `profile.ttl` file. Default: enabled.
- `-v`, `\-\-verbose` : Display verbose output.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/cli_ref/cli_remote_sparql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The ``remote-sparql`` command allows executing SPARQL queries on a remote server

- `-o`, `\-\-output-data` `<output_file>` : Optional path to save the query results. Default: standard output.

- `-c`, `\-\-config`, `\-\-init` `<path>` : Optional path to the configuration file. Default: `config.properties` file in the current directory. Is this true??
- `-c`, `\-\-config`, `\-\-init` `<path>` : Optional path to the configuration file.
- `-w`, `\-\-no-owl-import` : Disables the automatic import of referenced ontologies specified in 'owl:imports' statements in the `profile.ttl` file. Default: enabled.

- `-v`, `\-\-verbose` : Display verbose output.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/cli_ref/cli_shacl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The ``shacl`` command allows validation of RDF files against SHACL shapes.
- `-o`, `\-\-output-data` `<file>` : Optional file path to save the validation report. Default: standard output.
- `-r`, `-of`, `\-\-result-format` `<format>` : Optional validation report format. Default: turtle. Supported report formats are listed :ref:`below <corese-command-shacl-output-formats>`.

- `-c`, `\-\-config`, `\-\-init` `<path>` : Optional path to the configuration file. Default: `config.properties` file in the current directory. Is this true??
- `-c`, `\-\-config`, `\-\-init` `<path>` : Optional path to the configuration file.
- `-w`, `\-\-no-owl-import` : Disables the automatic import of referenced ontologies specified in 'owl:imports' statements in the `profile.ttl` file. Default: enabled.

- `-v`, `\-\-verbose` : Display verbose output.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/cli_ref/cli_sparql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The ``sparql`` command allows executing SPARQL queries specifying various option
- `-r`, `-of`, `\-\-result-format` `<format>` : Output format of the query results. Supported output formats are listed :ref:`below <corese-command-sparql-output-formats>`. Default: `markdown` table.
- `-o`, `\-\-output-data` `<output_file>` : Optional path to save the query results. Default: standard output.

- `-c`, `\-\-config`, `\-\-init` `<path>` : Optional path to the configuration file. Default: `config.properties` file in the current directory. Is this true??
- `-c`, `\-\-config`, `\-\-init` `<path>` : Optional path to the configuration file.
- `-w`, `\-\-no-owl-import` : Disables the automatic import of referenced ontologies specified in 'owl:imports' statements in the `profile.ttl` file. Default: enabled.

- `-v`, `\-\-verbose` : Display verbose output.
Expand Down

0 comments on commit a7f9ecf

Please sign in to comment.