From 887511601787db60b5692802fc2ccdfd47c0d698 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 27 Sep 2012 09:58:30 -0400 Subject: 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 --- bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash-completion') 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 -- cgit v1.2.3-24-g4f1b