diff options
Diffstat (limited to 'usr.bin/tar/test/test_help.c')
-rw-r--r-- | usr.bin/tar/test/test_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/test/test_help.c b/usr.bin/tar/test/test_help.c index c547dbc479940..69df2abaee11e 100644 --- a/usr.bin/tar/test/test_help.c +++ b/usr.bin/tar/test/test_help.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_help.c,v 1.2.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $"); /* * Test that "--help", "-h", and "-W help" options all work and |