From dde12593db1d1ed83e985c8ca5e82fee2ad400be Mon Sep 17 00:00:00 2001 From: Wu Zhenyu Date: Thu, 11 Jan 2024 22:03:52 +0800 Subject: Fix a typo $ valgrind --tool=massif --help | grep time-unit --time-unit=i|ms|B time unit: instructions executed, milliseconds --- Completion/Linux/Command/_valgrind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Linux/Command/_valgrind b/Completion/Linux/Command/_valgrind index e1498be6d..5eaaea338 100644 --- a/Completion/Linux/Command/_valgrind +++ b/Completion/Linux/Command/_valgrind @@ -165,7 +165,7 @@ args_massif=( "--time-unit=-[specify time unit]:unit [i]:(( i\:instructions\ executed ms\:milliseconds - b\:heap\ bytes\ alloc\'d/dealloc\'d + B\:heap\ bytes\ alloc\'d/dealloc\'d ))" '--detailed-freq=-[every Nth snapshot should be detailed]:snapshot interval [10]' '--max-snapshots=-[specofy maximum number of snapshots recorded]:maximum [100]' -- cgit 1.4.1