diff options
Diffstat (limited to 'trans/password.c')
-rw-r--r-- | trans/password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/password.c b/trans/password.c index 5f87a10f..6f15a9e8 100644 --- a/trans/password.c +++ b/trans/password.c @@ -67,7 +67,7 @@ main (int argc, char *argv[]) error_t err; mach_port_t bootstrap; struct trivfs_control *fsys; - const struct argp argp = { 0, 0, 0, "Hurd standard password server" }; + const struct argp argp = { 0, 0, 0, "Hurd standard password server." }; argp_parse (&argp, argc, argv, 0, 0, 0); |