mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Improve the format of the usage string output.
Submitted by: Sandro Sigala <sandro@cat.locao.net> as part of PR# 2134
This commit is contained in:
parent
256835f230
commit
8bc3ddf57f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20246
@ -29,7 +29,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: modload.c,v 1.12 1996/08/13 00:43:01 pst Exp $
|
||||
* $Id: modload.c,v 1.13 1996/08/13 00:50:59 pst Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -121,10 +121,10 @@ void
|
||||
usage()
|
||||
{
|
||||
|
||||
fprintf(stderr, "usage:\n");
|
||||
fprintf(stderr, "modload [-d] [-v] [-q] [-u] [-A <kernel>] [-e <entry]\n");
|
||||
fprintf(stderr,
|
||||
"usage: modload [-d] [-v] [-q] [-u] [-A <kernel>] [-e <entry]\n");
|
||||
fprintf(stderr,
|
||||
"[-p <postinstall>] [-o <output file>] <input file>\n");
|
||||
" [-p <postinstall>] [-o <output file>] <input file>\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: modunload.c,v 1.6 1994/05/23 05:42:58 cgd Exp $
|
||||
* $Id: modunload.c,v 1.1 1994/08/19 12:07:21 davidg Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -50,8 +50,7 @@ void
|
||||
usage()
|
||||
{
|
||||
|
||||
fprintf(stderr, "usage:\n");
|
||||
fprintf(stderr, "modunload [-i <module id>] [-n <module name>]\n");
|
||||
fprintf(stderr, "usage: modunload [-i <module id>] [-n <module name>]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user