From: Ondrej Oprala Date: Wed, 30 Apr 2014 13:52:50 +0000 (+0200) Subject: lslogins: fix option exclusivity X-Git-Tag: v2.25-rc1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32badc34667f1c6c2d745de9a696f3396b6cd255;p=thirdparty%2Futil-linux.git lslogins: fix option exclusivity Signed-off-by: Ondrej Oprala --- diff --git a/login-utils/lslogins.c b/login-utils/lslogins.c index 658e4105d1..cd356067a1 100644 --- a/login-utils/lslogins.c +++ b/login-utils/lslogins.c @@ -1210,7 +1210,7 @@ int main(int argc, char *argv[]) static const ul_excl_t excl[] = { /* rows and cols in ASCII order */ { 'c','e','n','r','z' }, - { 'i', OPT_TIME_FMT, OPT_FULLT }, + { 'i', OPT_FULLT, OPT_TIME_FMT }, { 0 } }; int excl_st[ARRAY_SIZE(excl)] = UL_EXCL_STATUS_INIT;