From patchwork Sat Nov 16 14:31:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "L. Hanisch" X-Patchwork-Id: 20740 Received: from localhost ([127.0.0.1] helo=www.linuxtv.org) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1VhguM-0001hD-4A; Sat, 16 Nov 2013 15:31:34 +0100 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1VhguI-0001h8-Ba for vdr@linuxtv.org; Sat, 16 Nov 2013 15:31:31 +0100 X-tubIT-Incoming-IP: 62.214.96.172 Received: from mxweb01do.versatel-west.de ([62.214.96.172]) by mail.tu-berlin.de (exim-4.72/mailfrontend-5) with smtp for id 1VhguG-0002w9-9c; Sat, 16 Nov 2013 15:31:30 +0100 Received: (qmail 15913 invoked from network); 16 Nov 2013 14:31:27 -0000 Received: from ens28fl.versatel.de (82.140.32.10) by mxweb01do.versatel-west.de with SMTP; 16 Nov 2013 14:31:27 -0000 Received: from server.gitarren.lan (i577A2678.versanet.de [87.122.38.120]) (dvb@flensrocker.de authenticated bits=0) by ens28fl.versatel.de (8.12.11/8.12.11) with ESMTP id rAGEVRl4006145 for ; Sat, 16 Nov 2013 15:31:27 +0100 Received: from [192.168.23.2] (cheri.gitarren.lan [192.168.23.2]) by server.gitarren.lan (Postfix) with ESMTP id 71190420124 for ; Sat, 16 Nov 2013 15:31:27 +0100 (CET) Message-ID: <528781C0.5040904@flensrocker.de> Date: Sat, 16 Nov 2013 15:31:28 +0100 From: Lars Hanisch User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: VDR Mailing List X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on 82.140.32.176 X-Virus-Status: Clean X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.11.16.142115 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MIME_TEXT_ONLY_MP_MIXED 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, NO_URI_FOUND 0, __BAT_BOUNDARY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0, __HAS_FROM 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __MOZILLA_USER_AGENT 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __USER_AGENT 0' X-LSpam-Score: 0.2 (/) X-LSpam-Report: No, score=0.2 required=5.0 tests=BAYES_00=-1.9, RCVD_IN_BL_SPAMCOP_NET=1.347, RDNS_NONE=0.793 autolearn=no Subject: [vdr] [PATCH] spelling in usage text X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: vdr-bounces@linuxtv.org Errors-To: vdr-bounces@linuxtv.org Hi, " --vfat for backwards compatibility (same as\n" " --dirnames=250,40,1\n" Either use a comma before "same" or a closing bracket in the second line. Whatever you prefer, I would take the comma. :) Patches attached for both variants. Lars. diff --git a/vdr.c b/vdr.c index 083d838..31c1928 100644 --- a/vdr.c +++ b/vdr.c @@ -539,7 +539,7 @@ int main(int argc, char *argv[]) " --userdump allow coredumps if -u is given (debugging)\n" " -v DIR, --video=DIR use DIR as video directory (default: %s)\n" " -V, --version print version information and exit\n" - " --vfat for backwards compatibility (same as\n" + " --vfat for backwards compatibility, same as\n" " --dirnames=250,40,1\n" " -w SEC, --watchdog=SEC activate the watchdog timer with a timeout of SEC\n" " seconds (default: %d); '0' disables the watchdog\n"