summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2014-12-21 14:07:54 +0200
committerLasse Collin <lasse.collin@tukaani.org>2014-12-21 14:08:08 +0200
commit6b65e84bd4d5e51918772df539923e64860f0097 (patch)
tree4ae1db9f0c5dcb05aa4384ab736fff6fe9ecc0ac
parent4da8e1d83388f419258e328563e69b9bf215a789 (diff)
downloadxz-6b65e84bd4d5e51918772df539923e64860f0097.tar.gz
xz: Fix a comment.
-rw-r--r--src/xz/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xz/options.c b/src/xz/options.c
index f21a0ba..f9c7ab9 100644
--- a/src/xz/options.c
+++ b/src/xz/options.c
@@ -31,8 +31,8 @@ typedef struct {
} option_map;
-/// Parses option=value pairs that are separated with colons, semicolons,
-/// or commas: opt=val:opt=val;opt=val,opt=val
+/// Parses option=value pairs that are separated with commas:
+/// opt=val,opt=val,opt=val
///
/// Each option is a string, that is converted to an integer using the
/// index where the option string is in the array.