From 672946057a4345ca575ef78508845ad8486d0902 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Thu, 29 Nov 2007 22:06:52 +0000 Subject: [PATCH] Document -e flag in usage message. --- clients/stanley/stanley.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/clients/stanley/stanley.c b/clients/stanley/stanley.c index bec3006d..daa02dc0 100644 --- a/clients/stanley/stanley.c +++ b/clients/stanley/stanley.c @@ -849,10 +849,11 @@ void usage(char **argv) fprintf(stderr, USAGE_OPTIONS_FORMAT, "-wh | -winhomedir winhomedir", "-wp | -winprofiledir winprofiledir"); fprintf(stderr, USAGE_OPTIONS_FORMAT, "-sp | -sponsor sponsor", - "-u | -unformatted"); - fprintf(stderr, USAGE_OPTIONS_FORMAT, "-n | -noauth", - "-v | -verbose"); - fprintf(stderr, " %-39s\n", "-db | -database host[:port]"); + "-e | -expiration expiration date"); + fprintf(stderr, USAGE_OPTIONS_FORMAT, "-u | -unformatted", + "-n | -noauth"); + fprintf(stderr, USAGE_OPTIONS_FORMAT, "-v | -verbose", + "-db | -database host[:port]"); exit(1); } -- 2.45.2