Skip to content

Commit 272c3c7

Browse files
committed
update options list format
1 parent 4134976 commit 272c3c7

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

docs/core/tools/dotnet-format.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ ms.date: 09/29/2025
1414
## Synopsis
1515

1616
```dotnetcli
17-
dotnet format [<PROJECT | SOLUTION>] [--diagnostics <DIAGNOSTICS>] [--exclude-diagnostics <EXCLUDE-DIAGNOSTICS>] [--severity <SEVERITY>] [--no-restore] [--verify-no-changes] [--include <INCLUDE>] [--exclude <EXCLUDE>] [--include-generated] [-v|--verbosity <LEVEL>] [--binarylog <BINARY-LOG-PATH>] [--report <REPORT-PATH>] [--version]
17+
dotnet format [<PROJECT | SOLUTION>]
18+
[--diagnostics <DIAGNOSTICS>] [--exclude-diagnostics <EXCLUDE-DIAGNOSTICS>] [--severity <SEVERITY>] [--no-restore] [--verify-no-changes] [--include <INCLUDE>] [--exclude <EXCLUDE>] [--include-generated] [-v|--verbosity <LEVEL>] [--binarylog <BINARY-LOG-PATH>] [--report <REPORT-PATH>] [--version]
1819
1920
dotnet format -h|--help
2021
```

docs/core/tools/dotnet-pack.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ ms.date: 09/29/2025
1414
## Synopsis
1515

1616
```dotnetcli
17-
dotnet pack [<PROJECT>|<SOLUTION>] [--artifacts-path <ARTIFACTS_DIR>]
17+
dotnet pack [<PROJECT>|<SOLUTION>]
18+
[--artifacts-path <ARTIFACTS_DIR>]
1819
[-c|--configuration <CONFIGURATION>] [--disable-build-servers][--force] [--include-source] [--include-symbols] [--interactive] [--no-build] [--no-dependencies] [--no-restore] [--nologo] [-o|--output <OUTPUT_DIRECTORY>] [--runtime <RUNTIME_IDENTIFIER>] [-s|--serviceable] [--tl:[auto|on|off]] [-v|--verbosity <LEVEL>]
1920
[--version-suffix <VERSION_SUFFIX>]
2021

docs/core/tools/dotnet-package-remove.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ ms.date: 09/29/2025
1717
## Synopsis
1818

1919
```dotnetcli
20-
dotnet package remove <PACKAGE_NAME> [--project <PROJECT>] [--interactive] [--file <FILE>]
20+
dotnet package remove <PACKAGE_NAME> [--project <PROJECT>]
21+
[--interactive] [--file <FILE>]
2122
2223
dotnet package remove -h|--help
2324
```

docs/core/tools/dotnet-run.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ ms.date: 09/29/2025
1414
## Synopsis
1515

1616
```dotnetcli
17-
dotnet run [<applicationArguments>] [-a|--arch <ARCHITECTURE>] [--artifacts-path <ARTIFACTS_DIR>] [-c|--configuration <CONFIGURATION>]
17+
dotnet run [<applicationArguments>]
18+
[-a|--arch <ARCHITECTURE>] [--artifacts-path <ARTIFACTS_DIR>] [-c|--configuration <CONFIGURATION>]
1819
[-e|--environment <KEY=VALUE>] [--file <FILE_PATH>] [-f|--framework <FRAMEWORK>] [--force] [--interactive]
1920
[--launch-profile <NAME>] [--no-build] [--no-dependencies] [--no-launch-profile] [--no-restore]
2021
[--os <OS>] [--project <PATH>] [-r|--runtime <RUNTIME_IDENTIFIER>] [--tl:[auto|on|off]] [-v|--verbosity <LEVEL>]

docs/core/tools/dotnet-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 09/29/2025
1717
dotnet store [-m|--manifest <PATH_TO_MANIFEST_FILE>]
1818
[-f|--framework <FRAMEWORK_VERSION>] [--disable-build-servers] [-r|--runtime <RUNTIME_IDENTIFIER>]
1919
[--framework-version <FRAMEWORK_VERSION>] [--output <OUTPUT_DIRECTORY>]
20-
[--skip-optimization] [--skip-symbols] [--use-current-runtime, --ucr [true|false]] [-v|--verbosity <LEVEL>]
20+
[--skip-optimization] [--skip-symbols] [-ucr|--use-current-runtime] [-v|--verbosity <LEVEL>]
2121
[--working-dir <WORKING_DIRECTORY>]
2222
2323
dotnet store -h|--help
@@ -63,7 +63,7 @@ dotnet store -h|--help
6363

6464
Skips symbol generation. Currently, you can only generate symbols on Windows and Linux.
6565

66-
- **`--use-current-runtime, --ucr [true|false]`**
66+
- **`-ucr|--use-current-runtime`**
6767

6868
Use current runtime as the target runtime. The default is `false`.
6969

0 commit comments

Comments
 (0)