wip
This commit is contained in:
12
cmd/pspng.c
12
cmd/pspng.c
@@ -497,12 +497,12 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
const char* usage =
|
const char* usage =
|
||||||
"Usage: pspng [options]\n\n"
|
"Usage: pspng [options]\n\n"
|
||||||
" -c --compress Compress Message\n"
|
" -c --compress Compress Message\n"
|
||||||
" -u --uncompress Currently used for debugging\n"
|
" -u --uncompress Currently used for debugging\n"
|
||||||
" -h, --help Shows help message\n"
|
" -h, --help Shows help message\n"
|
||||||
" -f, --file Denotes input file\n"
|
" -f, --file Denotes input file\n"
|
||||||
" -o, --outfile Denotes output file\n"
|
" -o, --outfile Denotes output file\n"
|
||||||
" -m, --message Encoded message\n"
|
" -m, --message Encoded message\n"
|
||||||
"\n";
|
"\n";
|
||||||
|
|
||||||
int c;
|
int c;
|
||||||
|
|||||||
Reference in New Issue
Block a user