From 62ebe2e443cbbd45ffd78ad815630e1c9d058d47 Mon Sep 17 00:00:00 2001
From: Glenn L McGrath <bug1@ihug.co.nz>
Date: Sun, 3 Jun 2001 05:41:59 +0000
Subject: Remove space between ar options

---
 applets/usage.h | 2 +-
 include/usage.h | 2 +-
 usage.h         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/applets/usage.h b/applets/usage.h
index 9d1db5950..d0ac42d1f 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -12,7 +12,7 @@
 	"\t-p timeconstant\n"
 
 #define ar_trivial_usage \
-	"-[ov] [ptx] ARCHIVE FILES"
+	"-[ov][ptx] ARCHIVE FILES"
 #define ar_full_usage \
 	"Extract or list FILES from an ar archive.\n\n" \
 	"Options:\n" \
diff --git a/include/usage.h b/include/usage.h
index 9d1db5950..d0ac42d1f 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -12,7 +12,7 @@
 	"\t-p timeconstant\n"
 
 #define ar_trivial_usage \
-	"-[ov] [ptx] ARCHIVE FILES"
+	"-[ov][ptx] ARCHIVE FILES"
 #define ar_full_usage \
 	"Extract or list FILES from an ar archive.\n\n" \
 	"Options:\n" \
diff --git a/usage.h b/usage.h
index 9d1db5950..d0ac42d1f 100644
--- a/usage.h
+++ b/usage.h
@@ -12,7 +12,7 @@
 	"\t-p timeconstant\n"
 
 #define ar_trivial_usage \
-	"-[ov] [ptx] ARCHIVE FILES"
+	"-[ov][ptx] ARCHIVE FILES"
 #define ar_full_usage \
 	"Extract or list FILES from an ar archive.\n\n" \
 	"Options:\n" \
-- 
cgit v1.2.3-55-g6feb