>From 23763c18399985e62686282ec848c42c3a540066 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov <[email protected]> Date: Fri, 29 May 2009 00:29:25 +0300 Subject: [PATCH] Update the bug-reporting address.
* options.c (argp_program_bug_address): Change the value to <[email protected]>. --- options.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/options.c b/options.c index ef29a02..d04d072 100644 --- a/options.c +++ b/options.c @@ -211,7 +211,7 @@ const struct argp_child argp_children_startup[] = const char *argp_program_version = STANDARD_HURD_VERSION (unionfs); const char *argp_program_bug_address = -"Gianluca Guida <[email protected]>"; +"<[email protected]>"; #define ARGS_DOC "FILESYSTEMS ..." #define DOC "Hurd unionfs server" -- 1.5.2.4
