From 0627214568f3774e69adb5d75420a9f3b9741959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 30 Mar 2023 18:30:50 +0200 Subject: [PATCH] Make it obvious -roll number is optional Manual page were updated to indicate it, but rndc -h still displays it as required parameter. Make it look like optional. --- bin/rndc/rndc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 088cfd1a17..346c06e4b6 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -121,7 +121,7 @@ command is one of the following:\n\ Requires the zone to have a dnssec-policy.\n\ dnstap -reopen\n\ Close, truncate and re-open the DNSTAP output file.\n\ - dnstap -roll count\n\ + dnstap -roll [count]\n\ Close, rename and re-open the DNSTAP output file(s).\n\ dumpdb [-all|-cache|-zones|-adb|-bad|-expired|-fail] [view ...]\n\ Dump cache(s) to the dump file (named_dump.db).\n\