From f451499aa6c05146fc25fd0f2325bf13b7c6f84e Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 22 Feb 2019 20:03:53 +0100 Subject: [PATCH] completions/valgrind: Fix option typo Fixes #5688. [ci skip] --- share/completions/valgrind.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/completions/valgrind.fish b/share/completions/valgrind.fish index eabcaf135..4722f3a01 100644 --- a/share/completions/valgrind.fish +++ b/share/completions/valgrind.fish @@ -35,8 +35,8 @@ complete -c valgrind -s q -l quiet -d "Quiet mode" complete -c valgrind -s v -l verbose -d "Verbose mode" complete -xc valgrind -l trace-children -d "Valgrind-ise children" -a "yes no" complete -xc valgrind -l track-fds -d "Track file descriptors" -a "yes no" -complete -xc valgrind -l logfile-fd -d "Log to file descriptor" -a "0 1 2 3 4 5 6 7 8 9" -complete -rc valgrind -l logfile -d "Log to file" +complete -xc valgrind -l log-fd -d "Log to file descriptor" -a "0 1 2 3 4 5 6 7 8 9" +complete -rc valgrind -l log-file -d "Log to file" complete -xc valgrind -l logsocket -d "Log to socket" complete -c valgrind -l demangle -xd "Demangle C++ names" -a "yes no" complete -xc valgrind -l num-callers -d "Callers in stack trace"