]> diplodocus.org Git - nmh/blobdiff - uip/rmf.c
Fixed explanation of why the unset SHELL test is uselessif /bin/sh is bash.
[nmh] / uip / rmf.c
index 5631f785ebfb129db4333e5bf910a27447f7a8c6..c9a04f55eb636121047d872de3e019079acc0608 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -59,10 +59,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [+folder] [switches]",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case INTRSW: 
                    interactive = 1;