Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH 17/25] git-relink: Print usage message to stderr.

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:14

freku045@student.liu.se writes:
+	print STDERR "usage: $0 [--safe] <dir> [<dir>...] <master_dir>\n";
+	print STDERR "All directories should contain a .git/objects/ subdirectory.\n";
+	print STDERR "Options\n";
+	print STDERR "\t--safe\t" .
 		"Stops if two objects with the same hash exist but " .
-		"have different sizes.  Default is to warn and continue.\n");
+		"have different sizes.  Default is to warn and continue.\n";
Might be cleaner to use <<HERE document here.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help