summaryrefslogtreecommitdiffstats
path: root/bin/cp/utils.c
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-02-19 05:56:34 +0000
committerpst <pst@FreeBSD.org>1996-02-19 05:56:34 +0000
commit3695a083f53a8d5b73241fb695897632e99edb79 (patch)
treee5ec9bf8648f97ffb39ef868e66d31cd084d876b /bin/cp/utils.c
parentcce07697bc92628b0bca5a9f51eed6ae5351a89f (diff)
downloadFreeBSD-src-3695a083f53a8d5b73241fb695897632e99edb79.zip
FreeBSD-src-3695a083f53a8d5b73241fb695897632e99edb79.tar.gz
Don't initialize udata, remove bogus case, fix usage string
Diffstat (limited to 'bin/cp/utils.c')
-rw-r--r--bin/cp/utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index 0aa480d..e77140e 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: utils.c,v 1.5 1995/10/03 12:55:01 bde Exp $
+ * $Id: utils.c,v 1.7 1996/02/19 00:43:44 wosch Exp $
*/
#ifndef lint
@@ -281,7 +281,7 @@ void
usage()
{
(void)fprintf(stderr, "%s\n%s\n",
-"usage: cp [-R [-H | -L | -P] [-fip] src target",
-" cp [-R [-H | -L | -P] [-fip] src1 ... srcN directory");
+"usage: cp [-R [-H | -L | -P]] [-fip] src target",
+" cp [-R [-H | -L | -P]] [-fip] src1 ... srcN directory");
exit(1);
}
OpenPOWER on IntegriCloud