[zypp-devel] Re: [zypp-commit] <sat-solver> master : implement --exclude parameter

15 Jun
2009
15 Jun
'09
12:22
Hi Dirk, 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@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org
5761
Age (days ago)
5761
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Matz