diff options
author | Gianluca Guida <glguida@gmail.com> | 2005-05-30 12:53:20 +0000 |
---|---|---|
committer | Gianluca Guida <glguida@gmail.com> | 2005-05-30 12:53:20 +0000 |
commit | 5030481050eeccb65643d849d6fb06d005f47c93 (patch) | |
tree | d77f7eae45bbc6029ab46287fa7fc35ef261654d /options.c | |
parent | 60e5cc0a61638f9ffd9be22f3fbecc66ae174e03 (diff) |
New README and bugfixes.
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,7 +67,7 @@ const struct argp_option argp_startup_options[] = { 0 } }; -/* Argp parser function for the common oprtions. */ +/* Argp parser function for the common options. */ error_t argp_parse_common_options (int key, char *arg, struct argp_state *state) { @@ -199,7 +199,7 @@ const struct argp_child argp_children_startup[] = const char *argp_program_version = STANDARD_HURD_VERSION (unionfs); const char *argp_program_bug_address = -"Moritz Schulte <moritz@duesseldorf.ccc.de>"; +"Gianluca Guida <glguida@gmail.com>"; #define ARGS_DOC "FILESYSTEMS ..." #define DOC "Hurd unionfs server" |