chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87fb114
)
otter: Show upload progress bar by default
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 22 May 2021 21:43:26 +0000
(22:43 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 22 May 2021 21:43:35 +0000
(22:43 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/otter.rs
patch
|
blob
|
history
diff --git
a/src/bin/otter.rs
b/src/bin/otter.rs
index e92c37bfb61f2b1e043da8ef311c5326afda3336..67f57aa1491d2177cfda0d4774ef5f1572ba24a8 100644
(file)
--- a/
src/bin/otter.rs
+++ b/
src/bin/otter.rs
@@
-116,7
+116,7
@@
impl MainOpts {
#[throws(AE)]
fn progressbar(&self) -> Box<dyn termprogress::Reporter> {
- if self.verbose > 0 {
+ if self.verbose >
=
0 {
termprogress::new()
} else {
termprogress::Null::new()