diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-07 01:17:54 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-07 01:17:54 +0000 |
| commit | fa7595824c5842d281b7792e8e2046408dbab8af (patch) | |
| tree | 841378df345286cbaa20b07c73b83081868118f5 | |
| parent | 6bb72963c02339c7a678193a6bb2bc21d8dad0d5 (diff) | |
Notes
| -rw-r--r-- | usr.bin/tsort/tsort.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index f629b6130bfbe..30de00a714864 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -43,9 +43,7 @@ .Nd topological sort of a directed graph .Sh SYNOPSIS .Nm -.Op Fl d -.Op Fl l -.Op Fl q +.Op Fl dlq .Op Ar file .Sh DESCRIPTION The |
