From b4e42a75b5289a4fedff9cab6506f0febab312e7 Mon Sep 17 00:00:00 2001 From: Pin Date: Tue, 2 Nov 2021 23:45:57 -0400 Subject: [PATCH] wip --- cmd/pspng.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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;