Skip to content

Commit

Permalink
Merge branch 'ah/read-tree-usage-string'
Browse files Browse the repository at this point in the history
Usage string fix.

* ah/read-tree-usage-string:
  read-tree: replace bracket set with parentheses to clarify usage
  • Loading branch information
Junio C Hamano committed Sep 1, 2015
2 parents 8746e30 + 9476c2c commit 0b20a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/read-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static int list_tree(unsigned char *sha1)
}

static const char * const read_tree_usage[] = {
N_("git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"),
N_("git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"),
NULL
};

Expand Down

0 comments on commit 0b20a46

Please sign in to comment.