From d2c61651fad24bbe3f23f3450b9152e8b3394907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20F=C3=BCrderer?= Date: Tue, 12 Feb 2019 16:35:49 +0100 Subject: [PATCH] Make usage info more clear --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9e368ab..fae2898 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ fn info(exe_name: &str) -> String { "nullbytes.\n", "If the second inputfile is larger, only ", "the size of the first inputfile is\n", - "processed and the rest will be ignored." + "processed and the rest of the second file will be ignored." ), VERSION, exe_name) }