diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-20 17:08:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-20 17:08:53 +0000 |
commit | 05546b57c7489ab2a70a14c7b0f96dc4a2b5d3a8 (patch) | |
tree | a17c19e7dc3caf340bc1c939b6f68e447f3942e8 /mk/bulk | |
parent | 290b1f17bcf21fc2333ceaa2cfd95d8ba20fde12 (diff) | |
download | pkgsrc-05546b57c7489ab2a70a14c7b0f96dc4a2b5d3a8.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"); |