diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-30 18:57:07 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-30 18:57:07 +0100 |
commit | 0703248d233744047515418893dac05ce013a642 (patch) | |
tree | ead0b718136e64b179b9d46f3fc314cdd49f2149 /fish/completion.c | |
parent | c69c3695303d5a660ad093a076c2e364ae6061de (diff) | |
download | libguestfs-0703248d233744047515418893dac05ce013a642.tar.gz libguestfs-0703248d233744047515418893dac05ce013a642.tar.xz libguestfs-0703248d233744047515418893dac05ce013a642.zip |
Add generated code for 'fsck' command.
Diffstat (limited to 'fish/completion.c')
-rw-r--r-- | fish/completion.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/completion.c b/fish/completion.c index e44c3884..cafb84d1 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -73,6 +73,7 @@ static const char *const commands[] = { "download", "exists", "file", + "fsck", "get-autosync", "get-e2label", "get-e2uuid", |