]> granicus.if.org Git - xz/commitdiff
xz: Fix a comment.
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 21 Dec 2014 12:07:54 +0000 (14:07 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 21 Dec 2014 12:08:08 +0000 (14:08 +0200)
src/xz/options.c

index f21a0ba510651b61301c28cc77b35cfd1084c8d9..f9c7ab9e8535bf69c4ae4a75f50d62405b1fe2ed 100644 (file)
@@ -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.