summaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-09-27 15:58:30 +0200
committerDave Reisner <dreisner@archlinux.org>2012-09-30 00:06:09 +0200
commit887511601787db60b5692802fc2ccdfd47c0d698 (patch)
tree485eac988fd91a9ea672b204b294b434dbade965 /bash-completion
parente6d2bfd161c61dccefc94df7594e4410e1cc37e9 (diff)
downloadmkinitcpio-887511601787db60b5692802fc2ccdfd47c0d698.tar.gz
mkinitcpio-887511601787db60b5692802fc2ccdfd47c0d698.tar.xz
lsinitcpio: add -c, --config option to dump config
Now that mkinitcpio stores the build time config file in the image, we should have a way of easily getting it back out. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion b/bash-completion
index e56cd6c..4e548af 100644
--- a/bash-completion
+++ b/bash-completion
@@ -3,7 +3,7 @@
_lsinitcpio() {
local cur opts
- opts=(-a --analyze -h --help -n --nocolor -v --verbose -x --extract)
+ opts=(-a --analyze -c --config -h --help -n --nocolor -v --verbose -x --extract)
_get_comp_words_by_ref cur