From db08adf526ce78eea7ae5f24e30b8caa1af4cf24 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Thu, 4 Jun 2009 15:39:38 +0200 Subject: qemu-img: Print available options with -o ? This patch adds a small help text to each of the options in the block drivers which can be displayed by using qemu-img create -f fmt -o ? Signed-off-by: Kevin Wolf --- qemu-option.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qemu-option.h') diff --git a/qemu-option.h b/qemu-option.h index ac24694e8..059c0a49f 100644 --- a/qemu-option.h +++ b/qemu-option.h @@ -40,6 +40,7 @@ typedef struct QEMUOptionParameter { uint64_t n; char* s; } value; + const char *help; } QEMUOptionParameter; @@ -63,5 +64,6 @@ QEMUOptionParameter *parse_option_parameters(const char *param, QEMUOptionParameter *list, QEMUOptionParameter *dest); void free_option_parameters(QEMUOptionParameter *list); void print_option_parameters(QEMUOptionParameter *list); +void print_option_help(QEMUOptionParameter *list); #endif -- cgit v1.2.3