:: commit 5305133fe2ff0bb64c27b53d480bbcc73535679b

Kamila Szewczyk <kspalaiologos@gmail.com> — 2022-09-04 10:55

parents: 36517e4021

tab width-independent alignment

diff --git a/src/main.c b/src/main.c
index 80ccac8..c35a912 100644
--- a/src/main.c
+++ b/src/main.c
@@ -56,18 +56,18 @@ static void help() {
             "bzip3 - better and stronger spiritual successor to bzip2.\n"
             "Usage: bzip3 [-e/-d/-t/-c/-h/-V] [-b block_size] [-j jobs] files...\n"
             "Operations:\n"
-            "  -e, --encode\t\tcompress data (default)\n"
-            "  -d, --decode\t\tdecompress data\n"
-            "  -t, --test\t\tverify validity of compressed data\n"
-            "  -h, --help\t\tdisplay an usage overview\n"
-            "  -f, --force\t\tforce overwriting output if it already exists\n"
-            "  -V, --version\t\tdisplay version information\n"
+            "  -e, --encode      compress data (default)\n"
+            "  -d, --decode      decompress data\n"
+            "  -t, --test        verify validity of compressed data\n"
+            "  -h, --help        display an usage overview\n"
+            "  -f, --force       force overwriting output if it already exists\n"
+            "  -V, --version     display version information\n"
             "Extra flags:\n"
-            "  -c, --stdout\t\tforce writing to standard output\n"
-            "  -b N, --block=N\t\tset block size in MiB {16}\n"
-            "  -B, --batch\t\tprocess all files specified as inputs\n"
+            "  -c, --stdout      force writing to standard output\n"
+            "  -b N, --block=N   set block size in MiB {16}\n"
+            "  -B, --batch       process all files specified as inputs\n"
 #ifdef PTHREAD
-            "  -j N, --jobs=N\t\tset the amount of parallel threads\n"
+            "  -j N, --jobs=N    set the amount of parallel threads\n"
 #endif
             "\n"
             "Report bugs to: https://github.com/kspalaiologos/bzip3\n"
tab: 248 wrap: offon