]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-apply.txt: remove a space
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 24 Mar 2016 11:56:16 +0000 (18:56 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Mar 2016 17:16:50 +0000 (10:16 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-apply.txt

index d9ed6a1a4ea6dc0068144eac4c5e0f5ef33a04cb..5444d2ffebe601ec1cfced5232f1f7521878e76a 100644 (file)
@@ -13,7 +13,7 @@ SYNOPSIS
          [--apply] [--no-add] [--build-fake-ancestor=<file>] [-R | --reverse]
          [--allow-binary-replacement | --binary] [--reject] [-z]
          [-p<n>] [-C<n>] [--inaccurate-eof] [--recount] [--cached]
-         [--ignore-space-change | --ignore-whitespace ]
+         [--ignore-space-change | --ignore-whitespace]
          [--whitespace=(nowarn|warn|fix|error|error-all)]
          [--exclude=<path>] [--include=<path>] [--directory=<root>]
          [--verbose] [--unsafe-paths] [<patch>...]