diff options
author | Matthew Booth <mbooth@redhat.com> | 2009-06-29 16:27:05 +0100 |
---|---|---|
committer | Matthew Booth <mbooth@redhat.com> | 2009-06-29 16:27:05 +0100 |
commit | 128f822e16bb96677c75b88125e18f48d7ccedaf (patch) | |
tree | c5f09d72e73c90c02967f48151831e6c4a78fb68 /fish/completion.c | |
parent | 103fb55e6b1428366ab31a0f17484ef1baa68e96 (diff) | |
parent | ad475104ec7fae456d3309cbf4261b893ed160bb (diff) | |
download | libguestfs-128f822e16bb96677c75b88125e18f48d7ccedaf.tar.gz libguestfs-128f822e16bb96677c75b88125e18f48d7ccedaf.tar.xz libguestfs-128f822e16bb96677c75b88125e18f48d7ccedaf.zip |
Merge commit 'et/master'
Diffstat (limited to 'fish/completion.c')
-rw-r--r-- | fish/completion.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fish/completion.c b/fish/completion.c index 5254a373..2ddfb433 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -194,6 +194,8 @@ static const char *const commands[] = { "df", "df-h", "du", + "initrd-list", + "mount-loop", NULL }; |