diff options
author | ru <ru@FreeBSD.org> | 2005-02-10 14:47:06 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-10 14:47:06 +0000 |
commit | 77cdf1ecc0171ba6e6aba3ab531d36c32d897da7 (patch) | |
tree | 0f68271cbc7fda53e4541d83c8ade2302aa7d5b1 /secure/usr.bin/bdes | |
parent | 374fae4a3809674d3ec494d01590cb76db7e8e29 (diff) | |
download | FreeBSD-src-77cdf1ecc0171ba6e6aba3ab531d36c32d897da7.zip FreeBSD-src-77cdf1ecc0171ba6e6aba3ab531d36c32d897da7.tar.gz |
Sync program's usage() with manpage's SYNOPSIS.
Diffstat (limited to 'secure/usr.bin/bdes')
-rw-r--r-- | secure/usr.bin/bdes/bdes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/bdes/bdes.c b/secure/usr.bin/bdes/bdes.c index 4bb1299..8e8125a 100644 --- a/secure/usr.bin/bdes/bdes.c +++ b/secure/usr.bin/bdes/bdes.c @@ -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); } |