xenalyze sets argp_program_bug_address to my old Citrix address. This was done before xenalyze was in the xen.git tree; and it's the only program in the tree which does so.
Now that xenalyze is part of the normal Xen distribution, it should be obvious where to report bugs. Signed-off-by: George Dunlap <[email protected]> --- Freeze exception justification: This is only a change in documentation. CC: Anthony PERARD <[email protected]> CC: Oleksii Kurochko <[email protected]> CC: Andrew Cooper <[email protected]> --- tools/xentrace/xenalyze.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c index d95e52695f..adc96dd7e4 100644 --- a/tools/xentrace/xenalyze.c +++ b/tools/xentrace/xenalyze.c @@ -10920,9 +10920,6 @@ const struct argp parser_def = { .doc = "", }; -const char *argp_program_bug_address = "George Dunlap <[email protected]>"; - - int main(int argc, char *argv[]) { /* Start with warn at stderr. */ warn = stderr; -- 2.25.1
