Make usage info more clear

This commit is contained in:
Lukas Fürderer 2019-02-12 16:35:49 +01:00
parent 54eb83439a
commit d2c61651fa
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}