diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-24 08:31:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-24 08:31:02 +0000 |
commit | b64b2719bc8cc86eeb9ef8ca7bc87bdfb7b05677 (patch) | |
tree | 3b17e746ca27a0b10312a0186e2e1eff45721f9a | |
parent | 3fcc2c725ffb77669883f40d2108b68b477b3df9 (diff) | |
download | coreutils-b64b2719bc8cc86eeb9ef8ca7bc87bdfb7b05677.tar.xz |
(usage): Clarify description of -l. From Clark Morgan.
-rw-r--r-- | src/pinky.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pinky.c b/src/pinky.c index 7d4e8060d..15d4fde2a 100644 --- a/src/pinky.c +++ b/src/pinky.c @@ -1,5 +1,5 @@ /* GNU's pinky. - Copyright (C) 1992-1997, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1992-1997, 1999, 2000, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -469,7 +469,7 @@ usage (int status) printf (_("Usage: %s [OPTION]... [USER]...\n"), program_name); printf (_("\ \n\ - -l do long format output\n\ + -l do long format output (you must specify at least one USER)\n\ -b omit the user's home directory and shell in long format\n\ -h omit the user's project file in long format\n\ -p omit the user's plan file in long format\n\ |