Fix short arg -S for --shell

Closes #5660
This commit is contained in:
Mahmoud Al-Qudsi
2019-02-13 20:55:19 -06:00
parent e707c530ee
commit 553bf47191

View File

@@ -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'},