Commit 25a84753 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Fix comment.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent bac6864a
...@@ -415,7 +415,7 @@ static bool ...@@ -415,7 +415,7 @@ static bool
is_option (const string& arg) is_option (const string& arg)
{ {
/* single - is not treated as option (stdin / stdout) /* single - is not treated as option (stdin / stdout)
* --foo or -f is not treated as option * --foo or -f is treated as option
*/ */
return (arg.size() > 1) && arg[0] == '-'; return (arg.size() > 1) && arg[0] == '-';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment