From 2f5b3f97bd76c49e28360592decca9ec65368486 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 14 Apr 2007 20:04:06 +0000 Subject: 23275: change order of arguments to _arguments so that options will actually be completed. --- Completion/Unix/Command/_date | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date index 2dc977dc8..8f85af1ad 100644 --- a/Completion/Unix/Command/_date +++ b/Completion/Unix/Command/_date @@ -43,6 +43,6 @@ else fi _arguments \ + "$args[@]" \ '-u[display or set time in UTC]' \ - ':format or date' \ - $args[@] + ':format or date' -- cgit 1.4.1