Skip to content

Commit 6e9d67b

Browse files
committed
Review
1 parent d585281 commit 6e9d67b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/en/docs/refguide/general/mx-command-line-tool/module.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Module Commands"
3-
url: /refguide/mx-command-line-tool/module
3+
url: /refguide/mx-command-line-tool/module/
44
weight: 30
55
description: "Describes the module-related commands for the mx command-line tool."
66
---
@@ -17,7 +17,7 @@ To see the command parameters for each command, use the `--help` parameter. For
1717

1818
## mx show-module-version Command {#show-module-version}
1919

20-
The `mx show-module-verion` command outputs the version of a module.
20+
The `mx show-module-version` command outputs the version of a module.
2121

2222
### Usage
2323

@@ -48,7 +48,7 @@ The command will output the version of the module to the command line output.
4848

4949
## mx set-module-version Command {#set-module-version}
5050

51-
The `mx set-module-version` changes the version of an add-on module.
51+
The `mx set-module-version` command changes the version of an add-on module.
5252

5353
### Usage
5454

@@ -115,7 +115,7 @@ In case of errors, the exit code consists of three digits `XYZ`:
115115

116116
* 1 – Module you are trying to import is protected and cannot be imported.
117117
* 2 – Module you are trying to import is a Theme module and cannot be imported.
118-
* 3 – Project already contains a module with the name as the module you are importing. Thus the module can't be imported.
118+
* 3 – Project already contains a module with the same name as the module you are importing. Thus the module cannot be imported.
119119
* 4 – No module is found in the MPK package.
120120
* 5 – Project Version is not supported by the current version of mx.exe
121121
* 6 – Project can't be loaded

content/en/docs/refguide/general/mx-command-line-tool/private-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ When used without options, the command deletes all private values. The options f
8585
| `mx delete-private-values -n` | Shows all private values, but does not delete them (Same as `mx show-private-values`). |
8686
| `mx delete-private-values -f --not-on-disk` | Deletes all private values for which the path cannot be found on disk. This is useful when you have deleted one or more apps from your disk. |
8787
| `mx delete-private-values -f --path="C:\Users\John.Doe\Mendix\MyBikesApp\MyBikesApp-main.mpr" --version=10.12.0` | Deletes private values that were stored for the app `MyBikesApp-main.mpr` for Studio Pro version 10.12.0. This is useful after you have upgraded that app to a later version. |
88-
| `mx delete-private-values -f --version=10.12.0` | Deletes private values for Studio Pro version 10.21.0. This is useful after you have upgraded all your apps to later versions. |
88+
| `mx delete-private-values -f --version=10.12.0` | Deletes private values for Studio Pro version 10.12.0. This is useful after you have upgraded all your apps to later versions. |
8989
| `mx delete-private-values -f --item="C:\Users\John.Doe\Mendix\MyProductApp\MyProductApp-main.mpr 10.12.0 StudioPro.Settings.Configuration.ConstantValue.MyFirstModule.MyConstant"` | Deletes a specific private value (Same as specifying `--path=`, `version=` and `key=`). |
9090

9191
### Return Codes

content/en/docs/refguide/general/mx-command-line-tool/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ The `mx export-security-overview` command can be used to export the data in the
1717

1818
Use the following command pattern: `mx export-security-overview [OPTIONS] [MPR-FILE]`
1919

20-
`OPTIONS` are presented in the table below::
20+
`OPTIONS` are presented in the table below:
2121

2222
| Option | Value | Result |
2323
|---------------------------|-------------------|----------|
24-
| `-t, --export-format` | `json` or `xlsx` | The format to export to. |
24+
| `-t, --export-format` | `json` or *xlsx* | The format to export to. |
2525
| `-e, --exclude-appstore` | *-* | When set, excludes Marketplace modules. |
2626
| `-o, --output-file` | file path | The path to the output file. |
2727

0 commit comments

Comments
 (0)