From 57a3a9a746cf6138fac76bf307a761d5ee3013a2 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 2 May 2020 00:47:31 +0000 Subject: 45752/0002: _gcc: Complete --output like -o. --- Completion/Unix/Command/_gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix') diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc index 4e81247d4..20b3abe59 100644 --- a/Completion/Unix/Command/_gcc +++ b/Completion/Unix/Command/_gcc @@ -1004,7 +1004,7 @@ args+=( '--help[Display this information]' '--no-warnings[Same as -w]' '--optimize[Same as -O]' - '--output[Same as -o]' + '--output:output file:_files -g "^*.(c|h|cc|C|cxx|cpp|hpp)(-.)"' '--param[Set parameter to value. See manpage for a complete list of parameters]:name=value' '--verbose[Same as -v]' '--version[Display version information]' -- cgit 1.4.1