Use parentheses and `...' where appropriate
Remove some stray usage of other bracket types and asterisks for the same purpose. Signed-off-by: Štěpán Němec <stepnem@gmail.com> Acked-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
01398df31c
commit
0adda9362a
@ -163,7 +163,7 @@ sub link_two_files($$) {
|
||||
|
||||
|
||||
sub usage() {
|
||||
print("Usage: git relink [--safe] <dir> [<dir> ...] <master_dir> \n");
|
||||
print("Usage: git relink [--safe] <dir>... <master_dir> \n");
|
||||
print("All directories should contain a .git/objects/ subdirectory.\n");
|
||||
print("Options\n");
|
||||
print("\t--safe\t" .
|
||||
|
||||
Reference in New Issue
Block a user