Description: Remove extra period
 The description of the -json-ascii option has two periods at the end,
 so remove one of them.
Bug: http://code.google.com/p/theunarchiver/issues/detail?id=351
Author: Matt Kraai <kraai@debian.org>
Last-Update: 2011-05-28

Index: theunarchiver-2.7.1/XADMaster/lsar.m
===================================================================
--- theunarchiver-2.7.1.orig/XADMaster/lsar.m	2011-05-15 07:37:25.000000000 -0700
+++ theunarchiver-2.7.1/XADMaster/lsar.m	2011-05-15 07:37:39.000000000 -0700
@@ -304,7 +304,7 @@
 	[cmdline addAlias:@"j" forOption:@"json"];
 
 	[cmdline addSwitchOption:@"json-ascii" description:
-	@"Print the listing in JSON format, encoded as pure ASCII text.."];
+	@"Print the listing in JSON format, encoded as pure ASCII text."];
 	[cmdline addAlias:@"ja" forOption:@"json-ascii"];
 
 	[cmdline addHelpOption];
