1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Add the -x option to the usage string.

Submitted by:	Philippe Charnier <charnier@lirmm.fr>
This commit is contained in:
Mike Pritchard 1996-03-11 03:36:10 +00:00
parent ade9638b8a
commit 6ce9e6704d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14521

View File

@ -39,7 +39,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "@(#)strip.c 8.1 (Berkeley) 6/6/93";*/
static char RCSid[] = "$Id: strip.c,v 1.4 1994/12/18 01:18:17 ache Exp $";
static char RCSid[] = "$Id: strip.c,v 1.5 1995/05/30 06:34:16 rgrimes Exp $";
#endif /* not lint */
#include <sys/types.h>
@ -242,7 +242,7 @@ s_stab(fn, fd, ep)
void
usage()
{
(void)fprintf(stderr, "usage: strip [-d] file ...\n");
(void)fprintf(stderr, "usage: strip [-dx] file ...\n");
exit(1);
}