Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 600d2d1

Browse files
committed
fix: update extra arg description
1 parent 4d06b50 commit 600d2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wperf/arg_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ namespace ArgParser {
256256
arg_parser_arg_pos extra_args_arg = arg_parser_arg_pos::arg_parser_arg_pos(
257257
L"--",
258258
{},
259-
L"-- Process name is defined by COMMAND. User can pass verbatim arguments to the process with[ARGS].",
259+
L"Double-dash is a syntax used signify end of command options. It separates `wperf` command line options from arguments that the process spawn command operates on. Use `--` to separate `wperf.exe` command line options from the process you want to spawn followed by its verbatim arguments.",
260260
{},
261261
-1
262262
);

0 commit comments

Comments
 (0)