diff --git a/src/builtin_read.cpp b/src/builtin_read.cpp index 9c767664f..4c7895882 100644 --- a/src/builtin_read.cpp +++ b/src/builtin_read.cpp @@ -54,7 +54,7 @@ struct read_cmd_opts_t { bool one_line = false; }; -static const wchar_t *const short_options = L":ac:d:ghiLlm:n:p:suxzP:UR:LB"; +static const wchar_t *const short_options = L":ac:d:ghiLlm:n:p:sSuxzP:UR:LB"; static const struct woption long_options[] = { {L"array", no_argument, NULL, 'a'}, {L"command", required_argument, NULL, 'c'},