summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2013-02-17 21:43:52 +0200
committerVille Skyttä <ville.skytta@iki.fi>2013-02-17 21:43:52 +0200
commiteb396b58a709201e61daf2e381abecb411863b2a (patch)
tree81afa1178464bdafdec8176c4d52ede0e3e1c508
parente1a075971d37ed563ad22cc5a1df548a677d67da (diff)
downloadbash-completion-eb396b58a709201e61daf2e381abecb411863b2a.tar.gz
cpio: Recognize pass thru when -p is bundled w/other options (RedHat: #912113).
-rw-r--r--completions/cpio2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/cpio b/completions/cpio
index 7fbf08d1..d63d15a9 100644
--- a/completions/cpio
+++ b/completions/cpio
@@ -58,7 +58,7 @@ _cpio()
-- "$cur" ) )
fi
;;
- -p|--pass-through)
+ -p*|--pass-through)
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '-0 -a -d -l -m -u -v -L -V -R
--null --reset-access-time --make-directories --link