File 0268-diffable-Fix-missing-line-breaks-in-usage-message.patch of Package erlang
From 2fb39c25795c3e72888ae0bba0d55a3d65909595 Mon Sep 17 00:00:00 2001
From: Frej Drejhammar <frej@sics.se>
Date: Mon, 20 Jul 2020 10:23:47 +0200
Subject: [PATCH 1/3] diffable: Fix missing line breaks in usage message
---
scripts/diffable | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/scripts/diffable b/scripts/diffable
index 671538a00d..4b4b697a94 100755
--- a/scripts/diffable
+++ b/scripts/diffable
@@ -23,8 +23,9 @@ usage() ->
" --legacy-asm Output to legacy .S files\n"
" --dis Output to .dis files\n"
" --no-compile Disassemble from BEAM files (use with --dis)\n"
- " --deterministic Compile with +deterministic (useful when comparing"
- " output from different build trees using --asm)"
+ " --deterministic Compile with +deterministic (useful when\n"
+ " comparing output from different build trees using\n"
+ " --asm)\n"
"\n"
"DESCRIPTION\n"
"\n"
--
2.26.2