Add generated code for 'fsck' command.
[libguestfs.git] / fish / completion.c
index 08d4473..cafb84d 100644 (file)
@@ -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",