Rename option in docs
authorGleb Balykov/Platform Lab /SRR/Staff Engineer/Samsung Electronics <g.balykov@samsung.com>
Fri, 28 Jan 2022 09:31:56 +0000 (12:31 +0300)
committerAlexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>
Mon, 31 Jan 2022 15:21:11 +0000 (18:21 +0300)
doc/cli.md

index 661929a925e8f52fb9cf52a292f456866b1cf894..dd590b0c1545dd9482e48a4ff8624a2378291e11 100644 (file)
@@ -53,9 +53,9 @@ To load the debugging program file command with the name of an executable used t
 ncdb> file dotnet
 ```
 
-The name of the assembly for debugging and all the required parameters could be set with "set-args" command, for example:
+The name of the assembly for debugging and all the required parameters could be set with "set args" command, for example:
 ```
-ncdb> set-args hello.dll param1 param2
+ncdb> set args hello.dll param1 param2
 ```
 
 ### Running debugging program