From 42841acf754b7187a01b37248d2740be57c0a67a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 26 Jan 2016 14:33:05 +0100 Subject: [PATCH] para.h: Fix typo in comment. The option is called --sample-format rather than --format. --- para.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/para.h b/para.h index e5b18e4c..f08d43a8 100644 --- a/para.h +++ b/para.h @@ -206,7 +206,7 @@ _static_inline_ bool iov_valid(const struct iovec *iov) * * 2. The wav header (para_write only). * - * 3. The --format option of para_write. + * 3. The --sample-format option of para_write. */ #define SAMPLE_FORMATS \ SAMPLE_FORMAT(SF_S8, "8 bit signed"), \ -- 2.39.2