From f45f3ec34a37e2779d09625b93be5eb91174f8fc Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Thu, 29 Jun 2017 15:52:16 +0200 Subject: misc: consolidate macro style USAGE_HELP_OPTIONS changed in include/c.h and applied via sed: sed -i 's/fprintf.*\(USAGE_MAN_TAIL.*\)/printf(\1/' $(git ls-files -- "*.c") sed -i 's/print_usage_help_options\(.*\);/printf(USAGE_HELP_OPTIONS\1);/' $(git ls-files -- "*.c") Signed-off-by: Ruediger Meier --- disk-utils/blockdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/blockdev.c') diff --git a/disk-utils/blockdev.c b/disk-utils/blockdev.c index 976d41628..f1ea53347 100644 --- a/disk-utils/blockdev.c +++ b/disk-utils/blockdev.c @@ -197,7 +197,7 @@ static void __attribute__((__noreturn__)) usage(void) puts( _(" -v verbose mode")); puts( _(" --report print report for specified (or all) devices")); fputs(USAGE_SEPARATOR, stdout); - print_usage_help_options(16); + printf(USAGE_HELP_OPTIONS(16)); fputs(USAGE_SEPARATOR, stdout); puts( _("Available commands:")); -- cgit v1.2.3-55-g7522