:: commit 5eab953be1437d33574be034d1673aa7c21aceef

Caleb Maclennan <caleb@alerque.com> — 2022-10-27 09:04

parents: f25cc45a63

Add new verbose flag to man page and use in CI (#67)

* Use new verbose flag in CI runner

* Add new verbose flag to man page
diff --git a/Makefile.am b/Makefile.am
index a2c3b92..506ae8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,6 +73,6 @@ BZIP3 := bzip3$(EXEEXT)
 
 roundtrip: $(BZIP3)
 	rm -f LICENSE2
-	./$(BZIP3) -feb 6 LICENSE
-	./$(BZIP3) -d LICENSE.bz3 LICENSE2
+	./$(BZIP3) -v -feb 6 LICENSE
+	./$(BZIP3) -v -d LICENSE.bz3 LICENSE2
 	cmp LICENSE LICENSE2
diff --git a/bzip3.1 b/bzip3.1
index ae800db..ee6114d 100644
--- a/bzip3.1
+++ b/bzip3.1
@@ -97,6 +97,8 @@ Overwrite existing files.
 .B \-h --help
 Display a help message and exit.
 .TP
+.B \-v --verbose
+Set verbose output mode to see compression statistics.
 .B \-V --version
 Display version information and exit.
 .TP
tab: 248 wrap: offon