]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lslogins: fix option exclusivity
authorOndrej Oprala <ooprala@redhat.com>
Wed, 30 Apr 2014 13:52:50 +0000 (15:52 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 15 May 2014 11:56:00 +0000 (13:56 +0200)
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
login-utils/lslogins.c

index 658e4105d16a984a1205f151f50b48459e02351b..cd356067a15f2d86464293ab8ed8d1c76e814efd 100644 (file)
@@ -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;