All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fdtoverlay: Fix usage string to not mention "<type>"
@ 2022-03-22  8:08 Uwe Kleine-König
       [not found] ` <20220322080859.230337-1-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Uwe Kleine-König @ 2022-03-22  8:08 UTC (permalink / raw)
  To: David Gibson, Jon Loeliger
  Cc: devicetree-compiler-u79uwXL29TY76Z2rM5mHXA,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ

fdtoverlay doesn't have a -t option, so explaining the type formats and
modifier prefixes doesn't make much sense.
---
Hello,

I was unsure if I'm supposed to add a signed-off-by line. It's not
formalized in the git repo, so I assume it won't have any juristical
semantic anyhow and I didn't add it.

Best regards
Uwe

 fdtoverlay.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/fdtoverlay.c b/fdtoverlay.c
index 5350af65679f..cac6b6576c28 100644
--- a/fdtoverlay.c
+++ b/fdtoverlay.c
@@ -23,9 +23,7 @@
 /* Usage related data. */
 static const char usage_synopsis[] =
 	"apply a number of overlays to a base blob\n"
-	"	fdtoverlay <options> [<overlay.dtbo> [<overlay.dtbo>]]\n"
-	"\n"
-	USAGE_TYPE_MSG;
+	"	fdtoverlay <options> [<overlay.dtbo> [<overlay.dtbo>]]";
 static const char usage_short_opts[] = "i:o:v" USAGE_COMMON_SHORT_OPTS;
 static struct option const usage_long_opts[] = {
 	{"input",            required_argument, NULL, 'i'},

base-commit: c001fc01a43e7a06447c06ea3d50bd60641322b8
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-28  7:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22  8:08 [PATCH] fdtoverlay: Fix usage string to not mention "<type>" Uwe Kleine-König
     [not found] ` <20220322080859.230337-1-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2022-03-23  1:54   ` David Gibson
2022-03-23  7:46     ` Uwe Kleine-König
     [not found]       ` <20220323074652.kbslenf73cyjaso6-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2022-03-24  0:48         ` David Gibson
2022-03-24  8:35           ` Uwe Kleine-König
     [not found]             ` <20220324080451.za5eukns7ptisztx-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2022-06-20  7:29               ` Uwe Kleine-König
     [not found]                 ` <20220620072918.uxqg3w2wzjdagx2o-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2022-06-20  9:45                   ` David Gibson
2022-07-28  7:55                     ` David Gibson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.