From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: util-linux-owner@vger.kernel.org Received: from mail2.vodafone.ie ([213.233.128.44]:48649 "EHLO mail2.vodafone.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751456Ab3JGXdR (ORCPT ); Mon, 7 Oct 2013 19:33:17 -0400 Message-ID: <525344BB.80502@draigBrady.com> Date: Tue, 08 Oct 2013 00:33:15 +0100 From: =?ISO-8859-1?Q?P=E1draig_Brady?= MIME-Version: 1.0 To: Tommi Kyntola CC: Sami Kerola , util-linux-ng@vger.kernel.org Subject: Re: [RFC/PATCH] week numbers for cal References: <52522615.4010304@draigBrady.com> <5252EA23.4080508@draigBrady.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Sender: util-linux-owner@vger.kernel.org List-ID: On 10/07/2013 06:59 PM, Tommi Kyntola wrote: >> It's generally best to avoid optional args on short args, >> as in this case -w3 is ambiguous and -wj is problematic. >> So I'd instead support an interface like -w,--week[=NUM] > > Agreed. I dropped the :: from the short arg. lgtm thanks, Pádraig.