From 28636b076b7c853aa616ba2e1789209a60fad998 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 21 Dec 2023 14:37:46 +0100 Subject: [PATCH] Add missing colon. --- update/src/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/src/update.cpp b/update/src/update.cpp index 1643c620..06650436 100644 --- a/update/src/update.cpp +++ b/update/src/update.cpp @@ -34,7 +34,7 @@ void Usage() printf( " l: locks, m: messages, p: plots, M: memory, i: frame images\n" ); printf( " c: context switches, s: sampling data, C: symbol code, S: source cache\n" ); printf( " -c: scan for source files missing in cache and add if found\n" ); - printf( " -r resolve symbols and patch callstack frames\n"); + printf( " -r: resolve symbols and patch callstack frames\n"); printf( " -p: substitute symbol resolution path with an alternative: \"REGEX_MATCH;REPLACEMENT\"\n"); exit( 1 );