diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-15 15:01:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-15 15:01:22 +0000 |
commit | 2fa2315d0c7839c2808f1681f546e81e74b7a664 (patch) | |
tree | 0013dc5ed05007433cfa3135e12d236a51cea504 | |
parent | e418d03571481b67cba3f990c21a542e045d0cb0 (diff) | |
download | coreutils-2fa2315d0c7839c2808f1681f546e81e74b7a664.tar.xz |
(usage): Undocument deprecated --idle (-i) option.
-rw-r--r-- | src/who.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -171,7 +171,7 @@ static struct option const longopts[] = { {"count", no_argument, NULL, 'q'}, {"dead", no_argument, NULL, 'd'}, {"heading", no_argument, NULL, 'H'}, - {"idle", no_argument, NULL, 'i'}, + {"idle", no_argument, NULL, 'i'}, /* FIXME: deprecated: remove in late 2006 */ {"login", no_argument, NULL, 'l'}, {"lookup", no_argument, NULL, LOOKUP_OPTION}, {"message", no_argument, NULL, 'T'}, @@ -641,8 +641,6 @@ usage (int status) -H, --heading print line of column headings\n\ "), stdout); fputs (_("\ - -i, --idle add idle time as HOURS:MINUTES, . or old\n\ - (deprecated, use -u)\n\ -l, --login print system login processes\n\ "), stdout); fputs (_("\ |