Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint lint: update usage for lint1 and lint2
details: https://anonhg.NetBSD.org/src/rev/f77903a24565
branches: trunk
changeset: 958597:f77903a24565
user: rillig <rillig%NetBSD.org@localhost>
date: Tue Jan 12 21:48:10 2021 +0000
description:
lint: update usage for lint1 and lint2
(Forgotten in the previous commit.)
diffstat:
usr.bin/xlint/lint1/main1.c | 6 +++---
usr.bin/xlint/lint2/main2.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (53 lines):
diff -r 7cc8797111fa -r f77903a24565 usr.bin/xlint/lint1/main1.c
--- a/usr.bin/xlint/lint1/main1.c Tue Jan 12 20:42:00 2021 +0000
+++ b/usr.bin/xlint/lint1/main1.c Tue Jan 12 21:48:10 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main1.c,v 1.34 2021/01/12 20:42:01 rillig Exp $ */
+/* $NetBSD: main1.c,v 1.35 2021/01/12 21:48:10 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: main1.c,v 1.34 2021/01/12 20:42:01 rillig Exp $");
+__RCSID("$NetBSD: main1.c,v 1.35 2021/01/12 21:48:10 rillig Exp $");
#endif
#include <sys/types.h>
@@ -283,7 +283,7 @@
usage(void)
{
(void)fprintf(stderr,
- "Usage: %s [-abcdeghmprstuvwyzFS] [-X <id>[,<id>]... src dest\n",
+ "Usage: %s [-abcdeghmprstuvwyzFST] [-X <id>[,<id>]... src dest\n",
getprogname());
exit(1);
}
diff -r 7cc8797111fa -r f77903a24565 usr.bin/xlint/lint2/main2.c
--- a/usr.bin/xlint/lint2/main2.c Tue Jan 12 20:42:00 2021 +0000
+++ b/usr.bin/xlint/lint2/main2.c Tue Jan 12 21:48:10 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main2.c,v 1.11 2021/01/12 20:42:01 rillig Exp $ */
+/* $NetBSD: main2.c,v 1.12 2021/01/12 21:48:10 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: main2.c,v 1.11 2021/01/12 20:42:01 rillig Exp $");
+__RCSID("$NetBSD: main2.c,v 1.12 2021/01/12 21:48:10 rillig Exp $");
#endif
#include <stdio.h>
@@ -191,6 +191,6 @@
usage(void)
{
(void)fprintf(stderr,
- "usage: lint2 -hpstxuHF -Clib -l lib ... src1 ...\n");
+ "usage: lint2 -hpstxuHFT -Clib -l lib ... src1 ...\n");
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index