From b9e80656f2de441826ed2ff1cd9c5d43b3ae43d3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 24 May 2013 18:04:43 +1000 Subject: util: drop "long" from usage helpers Now that all utils have converted to the new usage framework, we can rename to just plain "usage()" and avoid naming conflicts. Signed-off-by: Mike Frysinger Signed-off-by: David Gibson --- fdtdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fdtdump.c') diff --git a/fdtdump.c b/fdtdump.c index c8a3ee7..c2f16ea 100644 --- a/fdtdump.c +++ b/fdtdump.c @@ -149,7 +149,7 @@ int main(int argc, char *argv[]) } } if (optind != argc - 1) - long_usage("missing input filename"); + usage("missing input filename"); file = argv[optind]; buf = utilfdt_read_len(file, &len); -- cgit v1.1