From: Jim Warner Date: Wed, 28 Dec 2011 07:27:27 +0000 (-0600) Subject: w: fix broken -o (old-style) short form option X-Git-Tag: v3.3.2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94468ac0b3be07495c1f4eccc9806bb812d93718;p=procps-ng w: fix broken -o (old-style) short form option --- diff --git a/w.c b/w.c index 9a1a2f49..0d09bc43 100644 --- a/w.c +++ b/w.c @@ -352,7 +352,7 @@ int main(int argc, char **argv) #endif while ((ch = - getopt_long(argc, argv, "hlusfV", longopts, NULL)) != -1) + getopt_long(argc, argv, "husfoV", longopts, NULL)) != -1) switch (ch) { case 'h': header = 0;