Sync program's usage() with manpage's SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2005-02-10 14:47:06 +00:00
parent d2bda84a20
commit ca78f10352
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141651

View File

@ -1000,6 +1000,6 @@ static void
usage(void)
{
(void)fprintf(stderr, "%s\n",
"usage: bdes [-abdp] [-F bit] [-f bit] [-k key] [-m bit] [-o bit] [-v vector]");
"usage: bdes [-abdp] [-F N] [-f N] [-k key] [-m N] [-o N] [-v vector]");
exit(1);
}