Re: sasc re-write

看板DFBSD_kernel作者時間21年前 (2005/01/18 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串6/10 (看更多)
On Sun, 16 Jan 2005 18:09:57 +0000, Liam J Foy <liamfoy@sepulcrum.org> wrote: > The following patch is a total re-write of the sasc(1) > program. If no one has any complaints, I will commit it > time soon. > > --- sasc.c 5 Jan 2005 00:34:36 -0000 1.4 > +++ sasc.c 15 Jan 2005 21:20:24 -0000 > @@ -1,7 +1,8 @@ > [...] > static void > usage(void) > { > fprintf(stderr, > -"usage: sasc [-sq] [-f file] [-r dpi] [-w width] [-h height] \ > -[-b len] [-t time]\n"); > + "usage: sasc [-sq] [-f file] [-r dpi] [-w width] [-h height]\n" > + "[-b len] [-t time]\n"); > exit(1); > } Is the added line break here really intended? There should be enough space on one line to have all the options. -- Andreas
文章代碼(AID): #11x1Ay00 (DFBSD_kernel)
文章代碼(AID): #11x1Ay00 (DFBSD_kernel)