Fix typo. (From SUSE LINUX)

(Logical change 1.303)
This commit is contained in:
cantab.net!aia21 2004-03-08 17:04:17 +00:00
parent 232af61717
commit 6c4c7b1721

View File

@ -216,7 +216,7 @@ int parse_options (int argc, char *argv[])
if (opts.inode == -1 && !opts.mft) {
if (argc > 1)
Eprintf ("You much specify an inode to learn about.\n");
Eprintf ("You must specify an inode to learn about.\n");
err++;
}