diff options
author | wiz <wiz> | 2001-02-20 17:08:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-20 17:08:53 +0000 |
commit | fa7d4c6cd29ddd8613aee5c9290d34ad2046560e (patch) | |
tree | a17c19e7dc3caf340bc1c939b6f68e447f3942e8 /mk/bulk | |
parent | b398d34cc41e75ba2cd749ce82073217969d9138 (diff) | |
download | pkgsrc-fa7d4c6cd29ddd8613aee5c9290d34ad2046560e.tar.gz |
Fix typo in usage.
Diffstat (limited to 'mk/bulk')
-rwxr-xr-x | mk/bulk/tflat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/tflat b/mk/bulk/tflat index 61797d58e22..1efdf1f3206 100755 --- a/mk/bulk/tflat +++ b/mk/bulk/tflat @@ -1,5 +1,5 @@ #!/usr/bin/awk -f -# $NetBSD: tflat,v 1.5 2001/02/16 12:58:57 wiz Exp $ +# $NetBSD: tflat,v 1.6 2001/02/20 17:08:53 wiz Exp $ # # Copyright (c) 2001 The NetBSD Foundation, Inc. # All rights reserved. @@ -180,7 +180,7 @@ function usage(){ printf("\n"); printf("Usage:\ttflat -u|-d depfile\n"); printf("\n"); - printf("Options:\t-d\tgo down the depends tree (ie \"foo is depends on:\")\n"); + printf("Options:\t-d\tgo down the depends tree (ie \"foo depends on:\")\n"); printf(" \t-u\tgo up the depends tree (ie \"foo is depended on by:\")\n"); printf("\n"); printf("Input file format is in the form\n"); |