Mailinglist Archive: zypp-devel (58 mails)
| < Previous | Next > |
[zypp-devel] Re: [zypp-commit] <sat-solver> master : implement --exclude parameter
- From: Michael Matz <matz@xxxxxxx>
- Date: Mon, 15 Jun 2009 14:22:50 +0200 (CEST)
- Message-id: <Pine.LNX.4.64.0906151408280.29566@xxxxxxxxxxxxx>
Hi Dirk,
On Thu, 11 Jun 2009, Dirk Mueller wrote:
Ah, a modline user, good :)
But not fully correct for GNU style, which requires here also
only 2 spaces. In your case you also want '^-2' in the options.
(I personally use "cino={.5s,g0,p5,t0,(0,^-0.5s,n-0.5s" with sw=4)
Ciao,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
On Thu, 11 Jun 2009, Dirk Mueller wrote:
+/* vim: sw=2 et cino=>4,n-2,{1s
Ah, a modline user, good :)
@@ -46,6 +57,15 @@ myfopen(const char *fn)
return fopencookie(gzf, "r", cio);
}
+void
+usage(char** argv)
+{
+ printf("Usage:\n%s: <arch> repo [--nocheck repo]...\n",
But not fully correct for GNU style, which requires here also
only 2 spaces. In your case you also want '^-2' in the options.
(I personally use "cino={.5s,g0,p5,t0,(0,^-0.5s,n-0.5s" with sw=4)
Ciao,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |