about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--man/mrefile.16
-rw-r--r--mdeliver.c2
2 files changed, 1 insertions, 7 deletions
diff --git a/man/mrefile.1 b/man/mrefile.1
index da12953..62dbea0 100644
--- a/man/mrefile.1
+++ b/man/mrefile.1
@@ -22,12 +22,6 @@ Message are moved directly into the
 .Pa cur/
 directory.
 .Pp
-If used interactively and no
-.Ar msgs
-are specified,
-.Nm
-moves the current message.
-.Pp
 See
 .Xr mmsg 7
 for the message argument syntax.
diff --git a/mdeliver.c b/mdeliver.c
index 1714760..cde194f 100644
--- a/mdeliver.c
+++ b/mdeliver.c
@@ -239,7 +239,7 @@ usage:
 		gethost();
 
 		if (argc == optind + 1 && isatty(0))
-			blaze822_loop1(".", refile);
+			goto usage;
 		else
 			blaze822_loop(argc - 1 - optind, argv + optind, refile);