diff options
-rw-r--r-- | trans/remap.c | 2 | ||||
-rw-r--r-- | utils/syncfs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/trans/remap.c b/trans/remap.c index 29feef95..39d6ff92 100644 --- a/trans/remap.c +++ b/trans/remap.c @@ -139,7 +139,7 @@ parse_opt (int key, char *arg, struct argp_state *state) return 0; } -const char *argp_program_version = STANDARD_HURD_VERSION (fakeroot); +const char *argp_program_version = STANDARD_HURD_VERSION (remap); int main (int argc, char **argv) diff --git a/utils/syncfs.c b/utils/syncfs.c index 3434f5c6..c07da954 100644 --- a/utils/syncfs.c +++ b/utils/syncfs.c @@ -22,7 +22,7 @@ #include <error.h> #include <version.h> -const char *argp_program_version = STANDARD_HURD_VERSION (sync); +const char *argp_program_version = STANDARD_HURD_VERSION (syncfs); static int synchronous = 0, do_children = 1; |