diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-18 22:33:15 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-18 22:33:15 +0100 |
commit | bb07a7f858da5d07c57360e62c0ddfd24ce6be45 (patch) | |
tree | 56201f1c514d8d79a56251b104c3d8a135fcbd39 /fish/completion.c | |
parent | 7bf3e1a43512293b1a3f78f880b57e7bbd372eae (diff) | |
download | libguestfs-bb07a7f858da5d07c57360e62c0ddfd24ce6be45.tar.gz libguestfs-bb07a7f858da5d07c57360e62c0ddfd24ce6be45.tar.xz libguestfs-bb07a7f858da5d07c57360e62c0ddfd24ce6be45.zip |
Begin to add the upload and download commands.
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 a346ccbb..a0ba5ae1 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -68,6 +68,7 @@ static const char *commands[] = { "command", "command-lines", "config", + "download", "exists", "file", "get-autosync", @@ -118,6 +119,7 @@ static const char *commands[] = { "umount-all", "unmount", "unmount-all", + "upload", "verbose", "vgcreate", "vgs", |