aboutsummaryrefslogtreecommitdiff
path: root/src/xz/options.c
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:07:54 +0200
commit42e97a32649bf53ce43be2258b902a417c6e7fa1 (patch)
treea310253c463ab247fdf4ae75cecd3012ed9ccfd6 /src/xz/options.c
parentUpdate INSTALL about the dependencies of the scripts. (diff)
downloadxz-42e97a32649bf53ce43be2258b902a417c6e7fa1.tar.xz
xz: Fix a comment.
Diffstat (limited to 'src/xz/options.c')
-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 f21a0ba5..f9c7ab9e 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.