summary refs log tree commit diff
path: root/mdeliver.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdeliver.c')
-rw-r--r--mdeliver.c2
1 files changed, 1 insertions, 1 deletions
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);