Skip to content

Commit 52f6989

Browse files
committed
monitor monitor -> monitor
Change-Id: I2b2bd1d4b89ab1f2b90cb1b12b391db45455a544
1 parent e4b3c95 commit 52f6989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pcm-memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void print_help(const string prog_name)
9494
cerr << " -pmm | /pmm | -pmem | /pmem => monitor PMM memory bandwidth and DRAM cache hit rate in Memory Mode (default on systems with PMM support).\n";
9595
cerr << " -mm => monitor detailed PMM Memory Mode metrics per-socket.\n";
9696
cerr << " -mixed => monitor PMM mixed mode (AppDirect + Memory Mode).\n";
97-
cerr << " -partial => monitor monitor partial writes instead of PMM (default on systems without PMM support).\n";
97+
cerr << " -partial => monitor partial writes instead of PMM (default on systems without PMM support).\n";
9898
cerr << " -nc | --nochannel | /nc => suppress output for individual channels.\n";
9999
cerr << " -csv[=file.csv] | /csv[=file.csv] => output compact CSV format to screen or\n"
100100
<< " to a file, in case filename is provided\n";

0 commit comments

Comments
 (0)