From: Andre Noll <maan@tuebingen.mpg.de>
Date: Tue, 26 Jan 2016 13:33:05 +0000 (+0100)
Subject: para.h: Fix typo in comment.
X-Git-Tag: v0.5.6~62
X-Git-Url: https://git.tue.mpg.de/?a=commitdiff_plain;h=42841acf754b7187a01b37248d2740be57c0a67a;p=paraslash.git

para.h: Fix typo in comment.

The option is called --sample-format rather than --format.
---

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"), \