summaryrefslogtreecommitdiffstats
path: root/sbin/ddb/ddb.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-04-04 07:31:43 +0000
committerru <ru@FreeBSD.org>2008-04-04 07:31:43 +0000
commit15c3f17df08bbfcf604019832f4f92806388ef32 (patch)
tree0e89bdc2db677a9c1ef86864ef91081fad2cbdd0 /sbin/ddb/ddb.c
parentd7369e81d19782ec28c47715be611c26a66ddfe9 (diff)
downloadFreeBSD-src-15c3f17df08bbfcf604019832f4f92806388ef32.zip
FreeBSD-src-15c3f17df08bbfcf604019832f4f92806388ef32.tar.gz
- Normalize usage(), add "ddb pathname" syntax.
- Revise the manpage.
Diffstat (limited to 'sbin/ddb/ddb.c')
-rw-r--r--sbin/ddb/ddb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ddb/ddb.c b/sbin/ddb/ddb.c
index 869e34c..5e86efc 100644
--- a/sbin/ddb/ddb.c
+++ b/sbin/ddb/ddb.c
@@ -43,11 +43,11 @@ void
usage(void)
{
- fprintf(stderr, "usage:\n");
- fprintf(stderr, "ddb script scriptname\n");
- fprintf(stderr, "ddb script scriptname=script\n");
- fprintf(stderr, "ddb scripts\n");
- fprintf(stderr, "ddb unscript scriptname\n");
+ fprintf(stderr, "usage: ddb script scriptname\n");
+ fprintf(stderr, " ddb script scriptname=script\n");
+ fprintf(stderr, " ddb scripts\n");
+ fprintf(stderr, " ddb unscript scriptname\n");
+ fprintf(stderr, " ddb pathname\n");
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud