From 949d186d6cf66149a82908e3c8043189c6c69533 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 9 May 2015 15:10:09 +0000 Subject: 35066: Minor completion fix for pasted arguments --- Completion/Unix/Command/_python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_python') diff --git a/Completion/Unix/Command/_python b/Completion/Unix/Command/_python index dedb9ceda..2fb4a915b 100644 --- a/Completion/Unix/Command/_python +++ b/Completion/Unix/Command/_python @@ -31,7 +31,7 @@ _arguments -C -s -S "$args[@]" \ '-E[ignore PYTHON* environment variables (such as PYTHONPATH)]' \ '(1 * -)-h[display help information]' \ '-i[inspect interactively after running script]' \ - '(1 -)-m[run library module as a script (terminates option list)]:module:_python_modules' \ + '(1 -)-m+[run library module as a script (terminates option list)]:module:_python_modules' \ '-O[optimize generated bytecode slightly]' \ '-OO[remove doc-strings in addition to the -O optimizations]' \ "-s[don't add user site directory to sys.path]" \ -- cgit 1.4.1