diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-28 22:17:31 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-28 22:17:31 +0000 |
commit | cc411b2e1c4c556ba9e319f50cf1c1422f56db9d (patch) | |
tree | 3406e30765af9403943722d1c4cc523a76327f66 | |
parent | 15057d46a366f67b17e58550f57fcf70a7b67e4b (diff) |
synchronize synopsis and usage.
-rw-r--r-- | bin/ed/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ed/main.c b/bin/ed/main.c index abe57692538..6075a4a255d 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.31 2008/04/21 11:22:14 tobias Exp $ */ +/* $OpenBSD: main.c,v 1.32 2009/01/28 22:17:30 sobrado Exp $ */ /* $NetBSD: main.c,v 1.3 1995/03/21 09:04:44 cgd Exp $ */ /* main.c: This file contains the main control and user-interface routines @@ -39,7 +39,7 @@ char *copyright = #if 0 static char *rcsid = "@(#)main.c,v 1.1 1994/02/01 00:34:42 alm Exp"; #else -static char rcsid[] = "$OpenBSD: main.c,v 1.31 2008/04/21 11:22:14 tobias Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.32 2009/01/28 22:17:30 sobrado Exp $"; #endif #endif /* not lint */ @@ -107,7 +107,7 @@ int lineno; /* script line number */ char *prompt; /* command-line prompt */ char *dps = "*"; /* default command-line prompt */ -char *usage = "usage: %s [-] [-sx] [-p string] [name]\n"; +char *usage = "usage: %s [-] [-sx] [-p string] [file]\n"; char *home; /* home directory */ |