From 1eb6c14ac1c9759338149c2b6ee9d930d925e885 Mon Sep 17 00:00:00 2001 From: Freddy Vulto Date: Sun, 22 Nov 2009 09:30:22 +0100 Subject: [PATCH] fix typo in undoing cpio globbing --- contrib/cpio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cpio b/contrib/cpio index 7eae2d4c..e8e4a5a5 100644 --- a/contrib/cpio +++ b/contrib/cpio @@ -22,7 +22,7 @@ _cpio() _cpio_format return 0 ;; - -E|-F|-I|-file|-pattern-file) + -E|-F|-I|--file|--pattern-file) _filedir return 0 ;;