]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/findfs.c
lsblk: keep functions names consistent
[thirdparty/util-linux.git] / misc-utils / findfs.c
index fc16e44e6831a7a8332d180dff5c74da00637e91..a437bda84a691c7e7201bbf800f3b93590e0d55a 100644 (file)
@@ -15,7 +15,6 @@
 #include "nls.h"
 #include "closestream.h"
 #include "c.h"
-#include "exitcodes.h"
 
 /* Exit codes used by findfs. */
 #define FINDFS_SUCCESS         0       /* no errors */
@@ -33,8 +32,8 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_("Find a filesystem by label or UUID.\n"), out);
 
        fputs(USAGE_OPTIONS, out);
-       print_usage_help_options(16);
-       fprintf(out, USAGE_MAN_TAIL("findfs(8)"));
+       printf(USAGE_HELP_OPTIONS(16));
+       printf(USAGE_MAN_TAIL("findfs(8)"));
        exit(FINDFS_SUCCESS);
 }