diff --git a/cmd/pspng.c b/cmd/pspng.c index 6d69b2d..59c8699 100644 --- a/cmd/pspng.c +++ b/cmd/pspng.c @@ -497,12 +497,12 @@ int main(int argc, char **argv) { const char* usage = "Usage: pspng [options]\n\n" - " -c --compress Compress Message\n" - " -u --uncompress Currently used for debugging\n" - " -h, --help Shows help message\n" - " -f, --file Denotes input file\n" - " -o, --outfile Denotes output file\n" - " -m, --message Encoded message\n" + " -c --compress Compress Message\n" + " -u --uncompress Currently used for debugging\n" + " -h, --help Shows help message\n" + " -f, --file Denotes input file\n" + " -o, --outfile Denotes output file\n" + " -m, --message Encoded message\n" "\n"; int c;