Module Name: othersrc
Committed By: stacktic
Date: Wed May 27 07:29:48 UTC 2009
Modified Files:
othersrc/bin/fsu_ecp: fsu_ecp.c
Log Message:
Updated usage()
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 othersrc/bin/fsu_ecp/fsu_ecp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/bin/fsu_ecp/fsu_ecp.c
diff -u othersrc/bin/fsu_ecp/fsu_ecp.c:1.7 othersrc/bin/fsu_ecp/fsu_ecp.c:1.8
--- othersrc/bin/fsu_ecp/fsu_ecp.c:1.7 Tue Apr 14 20:12:51 2009
+++ othersrc/bin/fsu_ecp/fsu_ecp.c Wed May 27 07:29:47 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: fsu_ecp.c,v 1.7 2009/04/14 20:12:51 stacktic Exp $ */
+/* $NetBSD: fsu_ecp.c,v 1.8 2009/05/27 07:29:47 stacktic Exp $ */
/*
* Copyright (c) 2008 Arnaud Ysmal. All Rights Reserved.
@@ -790,8 +790,8 @@
usage(void)
{
- fprintf(stderr, "usage: %s %s [-gPpRv] src target\n"
- "usage: %s %s [-gPpRv] src... directory\n",
+ fprintf(stderr, "usage: %s %s [-gLpRv] src target\n"
+ "usage: %s %s [-gLpRv] src... directory\n",
getprogname(), fsu_mount_usage(),
getprogname(), fsu_mount_usage());