diff options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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]" |