Documentation: fix default directory of git bugreport -o
git bugreport writes bug report to the current directory by default, instead of repository root. Fix the documentation. Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
225bc32a98
commit
ca0cc98e03
@ -40,8 +40,8 @@ OPTIONS
|
|||||||
-------
|
-------
|
||||||
-o <path>::
|
-o <path>::
|
||||||
--output-directory <path>::
|
--output-directory <path>::
|
||||||
Place the resulting bug report file in `<path>` instead of the root of
|
Place the resulting bug report file in `<path>` instead of the current
|
||||||
the Git repository.
|
directory.
|
||||||
|
|
||||||
-s <format>::
|
-s <format>::
|
||||||
--suffix <format>::
|
--suffix <format>::
|
||||||
|
Reference in New Issue
Block a user