X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=cc9991feb79946ba28353de47aa8ab9fb0fa3d4f;hb=36f9dac1a2530b575dab9226f6ddd85e6e8c8590;hp=08d44735b2740c872d984995da719802233d158a;hpb=aed0fa2c015e56a882fd6d4b759c82df08fc40d7;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index 08d4473..cc9991f 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -33,7 +33,7 @@ #ifdef HAVE_LIBREADLINE -static const char *commands[] = { +static const char *const commands[] = { "add", "add-cdrom", "add-drive", @@ -73,7 +73,10 @@ static const char *commands[] = { "download", "exists", "file", + "fsck", "get-autosync", + "get-e2label", + "get-e2uuid", "get-path", "get-qemu", "get-state", @@ -116,6 +119,8 @@ static const char *commands[] = { "rmdir", "run", "set-autosync", + "set-e2label", + "set-e2uuid", "set-path", "set-qemu", "set-verbose", @@ -140,6 +145,7 @@ static const char *commands[] = { "vgs", "vgs-full", "write-file", + "zero", NULL };