X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-init-db.txt;h=1fd0ff2610a1375bcf0defe2a234b2dee1a7997a;hb=c0be8aa06b85f3f18fd4c49dfbda14c2943ccda7;hp=ab0201aec2131d48b535cf6307fc446dffd89a9b;hpb=68fb4650497d6acbf6d407513cd2e2d960442e3b;p=git.git diff --git a/Documentation/git-init-db.txt b/Documentation/git-init-db.txt index ab0201aec..1fd0ff261 100644 --- a/Documentation/git-init-db.txt +++ b/Documentation/git-init-db.txt @@ -8,11 +8,11 @@ git-init-db - Creates an empty git repository SYNOPSIS -------- -'git-init-db' [--template=] [--shared[=]] +'git init-db' [-q | --quiet] [--template=] [--shared[=]] DESCRIPTION ----------- -This is a synonym for gitlink:git-init[1]. Please refer to the +This is a synonym for linkgit:git-init[1]. Please refer to the documentation of that command.