From bddd99d98a0031742b25785017981a6da89ca4bd Mon Sep 17 00:00:00 2001 From: James Clarke Date: Mon, 7 Sep 2015 12:49:27 +0100 Subject: 36441: _git: Fixed typo in --author-date-order description --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_git') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 7f7c3ebc7..40a9fb63b 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -6436,7 +6436,7 @@ __git_setup_revision_options () { '(--full-history --dense --sparse --simplify-merges )--ancestry-path[only display commits that exists directly on ancestry chains]' '( --date-order --author-date-order)--topo-order[display commits in topological order]' '(--topo-order --author-date-order)--date-order[display commits in date order]' - '(--topo-order --date-order )--author-date-order[display commits in auhor date order]' + '(--topo-order --date-order )--author-date-order[display commits in author date order]' '(-g --walk-reflogs)--reverse[display commits in reverse order]' '( --objects-edge)--objects[display object ids of objects referenced by listed commits]' '(--objects )--objects-edge[display object ids of objects referenced by listed and excluded commits]' -- cgit 1.4.1