Re: Implement client format strings

2011-11-04 Thread Ben Boeckel
On Sun, Oct 23, 2011 at 02:14:20 +0100, Nicholas Marriott wrote: > You're missing a : after F in the getopt args so this doesn't work ;-). Gah. I thought I had that... Too many feature patches to test. > I fixed that and applied this now, thanks. Thanks. --Ben pgpyVezXjFsxq.pgp Description: P

Re: Implement client format strings

2011-10-22 Thread Nicholas Marriott
You're missing a : after F in the getopt args so this doesn't work ;-). I fixed that and applied this now, thanks. On Thu, Oct 20, 2011 at 02:41:59PM -0400, Ben Boeckel wrote: > Hi, > > I've also updated list-clients to use format strings and added > formatters for client information as well.

Re: Implement client format strings

2011-10-20 Thread Ben Boeckel
On Thu, Oct 20, 2011 at 14:41:59 -0400, Ben Boeckel wrote: > I've also updated list-clients to use format strings and added > formatters for client information as well. I should really remember to look at strings and man pages *before* sending patches. *sigh*. --Ben From 540a72e8c927b864d5eae79a2

Implement client format strings

2011-10-20 Thread Ben Boeckel
Hi, I've also updated list-clients to use format strings and added formatters for client information as well. The first patch adds the formatting code, the second updates list-clients to leverage it. --Ben From 1bf0c319db1bb0a4c8f910097907ac945f44e7a0 Mon Sep 17 00:00:00 2001 From: Ben Boeckel