]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - login-utils/chfn.c
misc: consolidate all --help option descriptions
[thirdparty/util-linux.git] / login-utils / chfn.c
index 7a57e916989ff3ca496b6070cab41d7a7562917c..7d14e7b4cfe59992c409ded8055ba44be7ea87a5 100644 (file)
@@ -104,8 +104,8 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -p, --office-phone <phone>   office phone number\n"), fp);
        fputs(_(" -h, --home-phone <phone>     home phone number\n"), fp);
        fputs(USAGE_SEPARATOR, fp);
-       fputs(_(" -u, --help     display this help and exit\n"), fp);
-       fputs(_(" -v, --version  output version information and exit\n"), fp);
+       printf( " -u, --help                   %s\n", USAGE_OPTSTR_HELP);
+       printf( " -v, --version                %s\n", USAGE_OPTSTR_VERSION);
        fprintf(fp, USAGE_MAN_TAIL("chfn(1)"));
        exit(EXIT_SUCCESS);
 }