Merge branch 'po/bundle-doc-clonable'
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Dec 2019 21:11:41 +0000 (13:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Dec 2019 21:11:41 +0000 (13:11 -0800)
Doc update.

* po/bundle-doc-clonable:
  Doc: Bundle file usage

1  2 
Documentation/git-bundle.txt

@@@ -33,11 -36,9 +36,11 @@@ destination repository
  OPTIONS
  -------
  
 -create <file>::
 +create [options] <file> <git-rev-list-args>::
        Used to create a bundle named 'file'.  This requires the
-       'git-rev-list-args' arguments to define the bundle contents.
+       '<git-rev-list-args>' arguments to define the bundle contents.
 +      'options' contains the options specific to the 'git bundle create'
 +      subcommand.
  
  verify <file>::
        Used to check that a bundle file is valid and will apply