diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2008-08-31 23:26:37 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-09-19 12:27:37 +0200 |
commit | 8c4a656fad5383e9fe4538fe11d04cc7eb5bde0a (patch) | |
tree | 66c5b41f72db3c45f1d2340516764e4b2c7374db | |
parent | fec05eb377d82682adc98df38530e758889e8226 (diff) | |
download | coreutils-8c4a656fad5383e9fe4538fe11d04cc7eb5bde0a.tar.xz |
who --help: add a general description
-rw-r--r-- | src/who.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -630,6 +630,9 @@ usage (int status) { printf (_("Usage: %s [OPTION]... [ FILE | ARG1 ARG2 ]\n"), program_name); fputs (_("\ +Print information about users who are currently logged in.\n\ +"), stdout); + fputs (_("\ \n\ -a, --all same as -b -d --login -p -r -t -T -u\n\ -b, --boot time of last system boot\n\ |