]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - disk-utils/fsck.c
misc: consolidate all --help option descriptions
[thirdparty/util-linux.git] / disk-utils / fsck.c
index 918103ac0c87058d3ffebf7a5587610a0aa70407..3fe3959c19df9b5adc08baa2ec1cfdda84bfb0b0 100644 (file)
@@ -1394,8 +1394,8 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -V         explain what is being done\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
-       fputs(_(" -?, --help     display this help and exit\n"), out);
-       fputs(_("     --version  output version information and exit\n"), out);
+       printf( " -?, --help     %s\n", USAGE_OPTSTR_HELP);
+       printf( "     --version  %s\n", USAGE_OPTSTR_VERSION);
        fputs(USAGE_SEPARATOR, out);
        fputs(_("See the specific fsck.* commands for available fs-options."), out);
        fprintf(out, USAGE_MAN_TAIL("fsck(8)"));