diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2021-09-03 18:59:34 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-07 14:25:13 -0700 |
commit | ca0cc98e03e870f9b82b31f00b5c6ae422528e46 (patch) | |
tree | 1c446d123cc3c9c9ffc427f825a34c7c0dd4de3f /Documentation | |
parent | Git 2.33 (diff) | |
download | tgif-ca0cc98e03e870f9b82b31f00b5c6ae422528e46.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-bugreport.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-bugreport.txt b/Documentation/git-bugreport.txt index 66e88c2e31..d8817bf3ce 100644 --- a/Documentation/git-bugreport.txt +++ b/Documentation/git-bugreport.txt @@ -40,8 +40,8 @@ OPTIONS ------- -o <path>:: --output-directory <path>:: - Place the resulting bug report file in `<path>` instead of the root of - the Git repository. + Place the resulting bug report file in `<path>` instead of the current + directory. -s <format>:: --suffix <format>:: |