1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00

(usage): Fix typo s/formated/formatted/ reported by Norbert Kiesel

This commit is contained in:
Jim Meyering
2005-08-14 15:02:45 +00:00
parent 43ad2bb1f4
commit 8c6944b93f

View File

@@ -137,7 +137,7 @@ With no FILE, or when FILE is -, read standard input.\n\
\n\
The following two options are useful only when verifying checksums:\n\
--status don't output anything, status code shows success\n\
-w, --warn warn about improperly formated checksum lines\n\
-w, --warn warn about improperly formatted checksum lines\n\
\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);