From c08704493d5cd141ec5e0526ca8ce3286f241f4d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 5 Sep 2025 14:31:09 -0700 Subject: [PATCH] sdiff: simplify give_help slightly * src/sdiff.c (give_help): Simplify by using fputs instead of fprintf. --- src/sdiff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sdiff.c b/src/sdiff.c index 8b7e2b1..a743517 100644 --- a/src/sdiff.c +++ b/src/sdiff.c @@ -803,7 +803,7 @@ checksigs (void) static void give_help (void) { - fprintf (stderr, "%s", _("\ + fputs (_("\ ed:\tEdit then use both versions, each decorated with a header.\n\ eb:\tEdit then use both versions.\n\ el or e1:\tEdit then use the left version.\n\ @@ -814,7 +814,7 @@ r or 2:\tUse the right version.\n\ s:\tSilently include common lines.\n\ v:\tVerbosely include common lines.\n\ q:\tQuit.\n\ -")); +"), stderr); } static int