summaryrefslogtreecommitdiffstats
path: root/fish/completion.c
diff options
context:
space:
mode:
Diffstat (limited to 'fish/completion.c')
-rw-r--r--fish/completion.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/completion.c b/fish/completion.c
index 08d44735..d7dfc499 100644
--- a/fish/completion.c
+++ b/fish/completion.c
@@ -74,6 +74,8 @@ static const char *commands[] = {
"exists",
"file",
"get-autosync",
+ "get-e2label",
+ "get-e2uuid",
"get-path",
"get-qemu",
"get-state",
@@ -116,6 +118,8 @@ static const char *commands[] = {
"rmdir",
"run",
"set-autosync",
+ "set-e2label",
+ "set-e2uuid",
"set-path",
"set-qemu",
"set-verbose",