From 3200f5ac689288b830a572e43dbdfd35bdac119c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 22 May 2001 22:39:10 +0000 Subject: It turns out the descriptions of both dos2unix and unix2dos were broken. This fixes. -Erik --- usage.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usage.h') diff --git a/usage.h b/usage.h index 63c00c674..aa66d3733 100644 --- a/usage.h +++ b/usage.h @@ -255,10 +255,10 @@ #define dos2unix_full_usage \ "Converts FILE from dos format to unix format. When no option\n" \ "is given, the input is converted to the opposite output format.\n" \ - "When no file is given, uses stdin for input and stdout for output." \ + "When no file is given, uses stdin for input and stdout for output.\n\n" \ "Options:\n" \ "\t-u\toutput will be in UNIX format\n" \ - "\t-d\toutput will be in DOS format\n\n" \ + "\t-d\toutput will be in DOS format" #define dpkg_trivial_usage \ "[-i|-r|--unpack|--configure] my.deb" @@ -1649,10 +1649,10 @@ #define unix2dos_full_usage \ "Converts FILE from unix format to dos format. When no option\n" \ "is given, the input is converted to the opposite output format.\n" \ - "When no file is given, uses stdin for input and stdout for output." \ + "When no file is given, uses stdin for input and stdout for output.\n" \ "Options:\n" \ "\t-u\toutput will be in UNIX format\n" \ - "\t-d\toutput will be in DOS format\n\n" \ + "\t-d\toutput will be in DOS format" #define update_trivial_usage \ "[options]" -- cgit v1.2.3