diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-06-29 11:47:07 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-06-29 11:47:07 +0100 |
commit | 826020fe18bf2eee43f8afea392874bb88c0650a (patch) | |
tree | 7c6c40758611605be29b3528da647a78a071ea1b /fish/completion.c | |
parent | 3854bbdecd1c089959fb812a739b84a96c05fbbf (diff) | |
download | libguestfs-826020fe18bf2eee43f8afea392874bb88c0650a.tar.gz libguestfs-826020fe18bf2eee43f8afea392874bb88c0650a.tar.xz libguestfs-826020fe18bf2eee43f8afea392874bb88c0650a.zip |
Generated code for head/tail commands.
Diffstat (limited to 'fish/completion.c')
-rw-r--r-- | fish/completion.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/completion.c b/fish/completion.c index f81e0479..a2febb78 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -187,6 +187,10 @@ static const char *const commands[] = { "wc-l", "wc-w", "wc-c", + "head", + "head-n", + "tail", + "tail-n", NULL }; |