Unverified Commit 558cb76d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

show_help: reference dbris, not dbris-m

parent bf66add6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ sub show_help {
	my ($code) = @_;

	print "Usage: dbris [-d dd.mm.yyyy] [-t hh:mm] <from> <to>\n"
	  . "See also: man dbris-m\n";
	  . "See also: man dbris\n";

	exit $code;
}