diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-22 22:39:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-22 22:39:10 +0000 |
commit | 3200f5ac689288b830a572e43dbdfd35bdac119c (patch) | |
tree | 790a2319296ec6d0b79fdb3f64215046caac5ba2 | |
parent | 57e6a49e5bbe1a6519d7507d7cd9b02e5ceca694 (diff) | |
download | busybox-w32-3200f5ac689288b830a572e43dbdfd35bdac119c.tar.gz busybox-w32-3200f5ac689288b830a572e43dbdfd35bdac119c.tar.bz2 busybox-w32-3200f5ac689288b830a572e43dbdfd35bdac119c.zip |
It turns out the descriptions of both dos2unix and unix2dos
were broken. This fixes.
-Erik
-rw-r--r-- | applets/usage.h | 8 | ||||
-rw-r--r-- | include/usage.h | 8 | ||||
-rw-r--r-- | usage.h | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/applets/usage.h b/applets/usage.h index 63c00c674..aa66d3733 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -255,10 +255,10 @@ | |||
255 | #define dos2unix_full_usage \ | 255 | #define dos2unix_full_usage \ |
256 | "Converts FILE from dos format to unix format. When no option\n" \ | 256 | "Converts FILE from dos format to unix format. When no option\n" \ |
257 | "is given, the input is converted to the opposite output format.\n" \ | 257 | "is given, the input is converted to the opposite output format.\n" \ |
258 | "When no file is given, uses stdin for input and stdout for output." \ | 258 | "When no file is given, uses stdin for input and stdout for output.\n\n" \ |
259 | "Options:\n" \ | 259 | "Options:\n" \ |
260 | "\t-u\toutput will be in UNIX format\n" \ | 260 | "\t-u\toutput will be in UNIX format\n" \ |
261 | "\t-d\toutput will be in DOS format\n\n" \ | 261 | "\t-d\toutput will be in DOS format" |
262 | 262 | ||
263 | #define dpkg_trivial_usage \ | 263 | #define dpkg_trivial_usage \ |
264 | "[-i|-r|--unpack|--configure] my.deb" | 264 | "[-i|-r|--unpack|--configure] my.deb" |
@@ -1649,10 +1649,10 @@ | |||
1649 | #define unix2dos_full_usage \ | 1649 | #define unix2dos_full_usage \ |
1650 | "Converts FILE from unix format to dos format. When no option\n" \ | 1650 | "Converts FILE from unix format to dos format. When no option\n" \ |
1651 | "is given, the input is converted to the opposite output format.\n" \ | 1651 | "is given, the input is converted to the opposite output format.\n" \ |
1652 | "When no file is given, uses stdin for input and stdout for output." \ | 1652 | "When no file is given, uses stdin for input and stdout for output.\n" \ |
1653 | "Options:\n" \ | 1653 | "Options:\n" \ |
1654 | "\t-u\toutput will be in UNIX format\n" \ | 1654 | "\t-u\toutput will be in UNIX format\n" \ |
1655 | "\t-d\toutput will be in DOS format\n\n" \ | 1655 | "\t-d\toutput will be in DOS format" |
1656 | 1656 | ||
1657 | #define update_trivial_usage \ | 1657 | #define update_trivial_usage \ |
1658 | "[options]" | 1658 | "[options]" |
diff --git a/include/usage.h b/include/usage.h index 63c00c674..aa66d3733 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -255,10 +255,10 @@ | |||
255 | #define dos2unix_full_usage \ | 255 | #define dos2unix_full_usage \ |
256 | "Converts FILE from dos format to unix format. When no option\n" \ | 256 | "Converts FILE from dos format to unix format. When no option\n" \ |
257 | "is given, the input is converted to the opposite output format.\n" \ | 257 | "is given, the input is converted to the opposite output format.\n" \ |
258 | "When no file is given, uses stdin for input and stdout for output." \ | 258 | "When no file is given, uses stdin for input and stdout for output.\n\n" \ |
259 | "Options:\n" \ | 259 | "Options:\n" \ |
260 | "\t-u\toutput will be in UNIX format\n" \ | 260 | "\t-u\toutput will be in UNIX format\n" \ |
261 | "\t-d\toutput will be in DOS format\n\n" \ | 261 | "\t-d\toutput will be in DOS format" |
262 | 262 | ||
263 | #define dpkg_trivial_usage \ | 263 | #define dpkg_trivial_usage \ |
264 | "[-i|-r|--unpack|--configure] my.deb" | 264 | "[-i|-r|--unpack|--configure] my.deb" |
@@ -1649,10 +1649,10 @@ | |||
1649 | #define unix2dos_full_usage \ | 1649 | #define unix2dos_full_usage \ |
1650 | "Converts FILE from unix format to dos format. When no option\n" \ | 1650 | "Converts FILE from unix format to dos format. When no option\n" \ |
1651 | "is given, the input is converted to the opposite output format.\n" \ | 1651 | "is given, the input is converted to the opposite output format.\n" \ |
1652 | "When no file is given, uses stdin for input and stdout for output." \ | 1652 | "When no file is given, uses stdin for input and stdout for output.\n" \ |
1653 | "Options:\n" \ | 1653 | "Options:\n" \ |
1654 | "\t-u\toutput will be in UNIX format\n" \ | 1654 | "\t-u\toutput will be in UNIX format\n" \ |
1655 | "\t-d\toutput will be in DOS format\n\n" \ | 1655 | "\t-d\toutput will be in DOS format" |
1656 | 1656 | ||
1657 | #define update_trivial_usage \ | 1657 | #define update_trivial_usage \ |
1658 | "[options]" | 1658 | "[options]" |
@@ -255,10 +255,10 @@ | |||
255 | #define dos2unix_full_usage \ | 255 | #define dos2unix_full_usage \ |
256 | "Converts FILE from dos format to unix format. When no option\n" \ | 256 | "Converts FILE from dos format to unix format. When no option\n" \ |
257 | "is given, the input is converted to the opposite output format.\n" \ | 257 | "is given, the input is converted to the opposite output format.\n" \ |
258 | "When no file is given, uses stdin for input and stdout for output." \ | 258 | "When no file is given, uses stdin for input and stdout for output.\n\n" \ |
259 | "Options:\n" \ | 259 | "Options:\n" \ |
260 | "\t-u\toutput will be in UNIX format\n" \ | 260 | "\t-u\toutput will be in UNIX format\n" \ |
261 | "\t-d\toutput will be in DOS format\n\n" \ | 261 | "\t-d\toutput will be in DOS format" |
262 | 262 | ||
263 | #define dpkg_trivial_usage \ | 263 | #define dpkg_trivial_usage \ |
264 | "[-i|-r|--unpack|--configure] my.deb" | 264 | "[-i|-r|--unpack|--configure] my.deb" |
@@ -1649,10 +1649,10 @@ | |||
1649 | #define unix2dos_full_usage \ | 1649 | #define unix2dos_full_usage \ |
1650 | "Converts FILE from unix format to dos format. When no option\n" \ | 1650 | "Converts FILE from unix format to dos format. When no option\n" \ |
1651 | "is given, the input is converted to the opposite output format.\n" \ | 1651 | "is given, the input is converted to the opposite output format.\n" \ |
1652 | "When no file is given, uses stdin for input and stdout for output." \ | 1652 | "When no file is given, uses stdin for input and stdout for output.\n" \ |
1653 | "Options:\n" \ | 1653 | "Options:\n" \ |
1654 | "\t-u\toutput will be in UNIX format\n" \ | 1654 | "\t-u\toutput will be in UNIX format\n" \ |
1655 | "\t-d\toutput will be in DOS format\n\n" \ | 1655 | "\t-d\toutput will be in DOS format" |
1656 | 1656 | ||
1657 | #define update_trivial_usage \ | 1657 | #define update_trivial_usage \ |
1658 | "[options]" | 1658 | "[options]" |