mirror of
https://https.git.savannah.gnu.org/git/diffutils.git
synced 2026-01-27 01:44:20 +00:00
sdiff: simplify give_help slightly
* src/sdiff.c (give_help): Simplify by using fputs instead of fprintf.
This commit is contained in:
parent
f3f02235de
commit
c08704493d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user