Skip to content
  • Eric Blake's avatar
    e4e12bb2
    qemu-io: Add missing option documentation · e4e12bb2
    Eric Blake authored
    
    
    The Usage: summary is missing several options, but rather than
    having to maintain it, it's simpler to just state [OPTIONS],
    since the options are spelled out below.
    
    Commit 499afa25 added --image-opts, but forgot to document it in
    --help.  Likewise for commit 9e8f1835 and -d/--discard.
    
    Commit e3aff4f6 put "-o/--offset" in the long opts, but it has
    never been honored.
    
    Add a note that '-n' is short for '-t none'.
    
    Commit 9a2d77ad killed the -C option, but forgot to undocument
    it for the 'open' subcommand.
    
    Finally, commit 10d9d75c removed -g/--growable, but forgot to
    cull it from the valid short options.
    
    Signed-off-by: default avatarEric Blake <eblake@redhat.com>
    Message-id: 1462677405-4752-2-git-send-email-eblake@redhat.com
    Reviewed-by: default avatarMax Reitz <mreitz@redhat.com>
    Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
    e4e12bb2
    qemu-io: Add missing option documentation
    Eric Blake authored
    
    
    The Usage: summary is missing several options, but rather than
    having to maintain it, it's simpler to just state [OPTIONS],
    since the options are spelled out below.
    
    Commit 499afa25 added --image-opts, but forgot to document it in
    --help.  Likewise for commit 9e8f1835 and -d/--discard.
    
    Commit e3aff4f6 put "-o/--offset" in the long opts, but it has
    never been honored.
    
    Add a note that '-n' is short for '-t none'.
    
    Commit 9a2d77ad killed the -C option, but forgot to undocument
    it for the 'open' subcommand.
    
    Finally, commit 10d9d75c removed -g/--growable, but forgot to
    cull it from the valid short options.
    
    Signed-off-by: default avatarEric Blake <eblake@redhat.com>
    Message-id: 1462677405-4752-2-git-send-email-eblake@redhat.com
    Reviewed-by: default avatarMax Reitz <mreitz@redhat.com>
    Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
Loading