diff options
author | Mike Fulbright <msf@redhat.com> | 2003-02-28 19:47:44 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-02-28 19:47:44 +0000 |
commit | 731e59a37f030ef99591c86422269ea4071ac969 (patch) | |
tree | bf5043cd888d435799aa241fd831bb81a9cfe31c /isomd5sum | |
parent | 23800b889ebf3a602116b09ac8dcb0d7b90b6294 (diff) | |
download | anaconda-731e59a37f030ef99591c86422269ea4071ac969.tar.gz anaconda-731e59a37f030ef99591c86422269ea4071ac969.tar.xz anaconda-731e59a37f030ef99591c86422269ea4071ac969.zip |
just for bill
Diffstat (limited to 'isomd5sum')
-rw-r--r-- | isomd5sum/checkisomd5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isomd5sum/checkisomd5.c b/isomd5sum/checkisomd5.c index 14ab5d438..7d413d6f6 100644 --- a/isomd5sum/checkisomd5.c +++ b/isomd5sum/checkisomd5.c @@ -312,7 +312,7 @@ int main(int argc, char **argv) { int rc; if (argc < 2) { - printf("Usage: checkisomd5 <isofilename>\n\n"); + printf("Usage: checkisomd5 <isofilename>|<blockdevice>\n\n"); exit(1); } |