1 | /* |
1 | /* |
2 | * Copyright (c) 2000-2003 Marc Alexander Lehmann <pcg@goof.com> |
2 | * Copyright (c) 2000-2005 Marc Alexander Lehmann <schmorp@schmorp.de> |
3 | * |
3 | * |
4 | * Redistribution and use in source and binary forms, with or without modifica- |
4 | * Redistribution and use in source and binary forms, with or without modifica- |
5 | * tion, are permitted provided that the following conditions are met: |
5 | * tion, are permitted provided that the following conditions are met: |
6 | * |
6 | * |
7 | * 1. Redistributions of source code must retain the above copyright notice, |
7 | * 1. Redistributions of source code must retain the above copyright notice, |
… | |
… | |
52 | static void |
52 | static void |
53 | usage (int ec) |
53 | usage (int ec) |
54 | { |
54 | { |
55 | fprintf (stderr, "\n" |
55 | fprintf (stderr, "\n" |
56 | "lzf, a very lightweight compression/decompression filter\n" |
56 | "lzf, a very lightweight compression/decompression filter\n" |
57 | "written by Marc Lehmann <pcg@goof.com> You can find more info at\n" |
57 | "written by Marc Lehmann <schmorp@schmorp.de> You can find more info at\n" |
58 | "http://liblzf.plan9.de/\n" |
58 | "http://liblzf.plan9.de/\n" |
59 | "\n" |
59 | "\n" |
60 | "USAGE: lzf -c [-b blocksize] | -d\n" |
60 | "USAGE: lzf -c [-b blocksize] | -d\n" |
61 | " -c compress\n" |
61 | " -c compress\n" |
62 | " -d decompress\n" |
62 | " -d decompress\n" |