aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tsort/tsort.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-06-10 16:12:43 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-06-10 16:12:43 +0000
commit8cd6893074819b6a537e42ecfa98a51508c4cbb7 (patch)
tree9587fe215aaa3ddbd29878d9201e9ab7c116b4b3 /usr.bin/tsort/tsort.c
parentf2eff4c0abb73783015932bb06d257e2a161ea7f (diff)
downloadsrc-8cd6893074819b6a537e42ecfa98a51508c4cbb7.tar.gz
src-8cd6893074819b6a537e42ecfa98a51508c4cbb7.zip
nitpicks.
Reviewed by: phk Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
Notes
Notes: svn path=/head/; revision=16281
Diffstat (limited to 'usr.bin/tsort/tsort.c')
-rw-r--r--usr.bin/tsort/tsort.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c
index c1fc8e81ee3c..0ad452cbe86f 100644
--- a/usr.bin/tsort/tsort.c
+++ b/usr.bin/tsort/tsort.c
@@ -32,6 +32,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id$
*/
#ifndef lint
@@ -424,6 +426,6 @@ find_cycle(from, to, longest_len, depth)
void
usage()
{
- (void)fprintf(stderr, "usage: tsort [-l] [file]\n");
+ (void)fprintf(stderr, "usage: tsort [-dl] [file]\n");
exit(1);
}