summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-07 23:28:27 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-07 23:28:27 -0700
commitda14ef5b73bd8bfd57af9ee7541ec2ae96d3d03b (patch)
tree1926d945fd73d6bbb24170dc79f44c9490e5733e
parent9da4c0b964f96ef8bd37cf5e3f74a86b93e890f7 (diff)
Add missing -withrevinfo flag to usage output
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--lndir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lndir.c b/lndir.c
index 0e1c6b8..dfaae27 100644
--- a/lndir.c
+++ b/lndir.c
@@ -348,7 +348,8 @@ main (int ac, char *av[])
}
if (ac < 1 || ac > 2)
- quit (1, "usage: %s [-silent] [-ignorelinks] fromdir [todir]",
+ quit (1,
+ "usage: %s [-silent] [-ignorelinks] [-withrevinfo] fromdir [todir]",
prog_name);
fn = av[0];