diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-06-12 21:22:49 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-06-12 21:22:49 +0000 |
commit | 2ffc01984c3e40556fcc75c9b4543bc2e43813b2 (patch) | |
tree | 5f9b25a92c9d4bc6ddc066cd466285b8c2400d04 /usr.bin/vi | |
parent | 345169a2cbb1a20110e92f2472df6412efd1f27c (diff) |
remove superfluous "usage:" from v_estr().
ok millert@
Diffstat (limited to 'usr.bin/vi')
-rw-r--r-- | usr.bin/vi/common/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/common/main.c b/usr.bin/vi/common/main.c index 0840428d89f..4f2f7643744 100644 --- a/usr.bin/vi/common/main.c +++ b/usr.bin/vi/common/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.14 2008/03/04 18:55:44 otto Exp $ */ +/* $OpenBSD: main.c,v 1.15 2008/06/12 21:22:48 sobrado Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -146,7 +146,7 @@ editor(gp, argc, argv) break; default: v_estr(gp->progname, 0, - "usage: -D requires s or w argument."); + "-D requires s or w argument."); return (1); } break; |