]> git.pld-linux.org Git - packages/backup.git/blob - backup-build.patch
- unix -> Unix
[packages/backup.git] / backup-build.patch
1 --- fsplit.c.org        2004-10-10 19:57:00.397209665 +0200
2 +++ fsplit.c    2004-10-10 19:58:03.708646674 +0200
3 @@ -49,18 +49,17 @@
4  unsigned int max_suffix=999;
5  
6  char   c, *of_ptr;
7 -char helpmsg[] = { "Usage: fsplit -s N [-i infile] [-o outfile]
8 -
9 -Splits input into chunks of N bytes.
10 -
11 -The chunks are created with suffixes of 000, 001, 002 etc, up to a max of 999.
12 -
13 -If no input file name is specified, fsplit reads from stdin.
14 -
15 -If no output file name is specified, fsplit uses the input file name as the
16 -output file name base where an input was specified, otherwise it just uses
17 -\"xx\" as a base (ie: \"xx.000\", \"xx.001\" etc).
18 -"};
19 +char helpmsg[] = { "Usage: fsplit -s N [-i infile] [-o outfile]\n"
20 +"\n"
21 +"Splits input into chunks of N bytes.\n"
22 +"\n"
23 +"The chunks are created with suffixes of 000, 001, 002 etc, up to a max of 999.\n"
24 +"\n"
25 +"If no input file name is specified, fsplit reads from stdin.\n"
26 +"\n"
27 +"If no output file name is specified, fsplit uses the input file name as the\n"
28 +"output file name base where an input was specified, otherwise it just uses\n"
29 +"\"xx\" as a base (ie: \"xx.000\", \"xx.001\" etc).\n"};
30  
31  main(int argc, char *argv[])
32  {
This page took 0.152259 seconds and 3 git commands to generate.