diff options
Diffstat (limited to 'bpkg/fetch-git.cxx')
-rw-r--r-- | bpkg/fetch-git.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index 1194178..a60a160 100644 --- a/bpkg/fetch-git.cxx +++ b/bpkg/fetch-git.cxx @@ -586,7 +586,7 @@ namespace bpkg } if (cap == capabilities::dumb) - warn << "fetching over dumb HTTP, no progress will be displayed"; + warn << "fetching over dumb HTTP, no progress will be shown"; } // Update git index and working tree to match the reference. Fetch if |