]> diplodocus.org Git - nmh/blobdiff - uip/conflict.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / uip / conflict.c
index 29a12e7935e150b5be51534c402c910343f5febe..cac0ea85a17a494604f2d9f32d2ff31e16ecc316 100644 (file)
@@ -31,7 +31,7 @@ static struct swit switches[] = {
 #define VERSIONSW      2
     { "version", 0 },
 #define        HELPSW         3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -134,7 +134,7 @@ main (int argc, char **argv)
 #endif /* UCI */
     maildrops ();
 
-    done (0);
+    return done (0);
 }