Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/db db(1): Don't lie in the usage message re: `-q`



details:   https://anonhg.NetBSD.org/src/rev/d29312171bc7
branches:  trunk
changeset: 368876:d29312171bc7
user:      charlotte <charlotte%NetBSD.org@localhost>
date:      Wed Aug 10 00:28:00 2022 +0000

description:
db(1): Don't lie in the usage message re: `-q`

diffstat:

 usr.bin/db/db.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e90c1da9b60f -r d29312171bc7 usr.bin/db/db.c
--- a/usr.bin/db/db.c   Wed Aug 10 00:14:22 2022 +0000
+++ b/usr.bin/db/db.c   Wed Aug 10 00:28:00 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db.c,v 1.27 2021/08/25 23:11:51 rillig Exp $   */
+/*     $NetBSD: db.c,v 1.28 2022/08/10 00:28:00 charlotte Exp $        */
 
 /*-
  * Copyright (c) 2002-2009 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
 #include <sys/cdefs.h>
 #ifndef lint
 #ifdef __RCSID
-__RCSID("$NetBSD: db.c,v 1.27 2021/08/25 23:11:51 rillig Exp $");
+__RCSID("$NetBSD: db.c,v 1.28 2022/08/10 00:28:00 charlotte Exp $");
 #endif /* __RCSID */
 #endif /* not lint */
 
@@ -741,7 +741,7 @@
 "   -N           don't NUL terminate key\n"
 "   -O outsep    output field separator string  [default: a tab]\n"
 "   -P pagesize  database page size  [default: 4096]\n"
-"   -q           quiet operation (missing keys aren't errors)\n"
+"   -q           quiet operation\n"
 "   -R           replace existing keys\n"
 "   -S visitem   items to strvis(3) encode: 'k'ey, 'v'alue, 'b'oth\n"
 "   -T visspec   options to control -S and -U; like vis(1) options\n"



Home | Main Index | Thread Index | Old Index