summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-09-17 09:30:59 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-09-17 09:30:59 +0200
commit38eb9f05155c2584b326ba82f7cb99919b86c86a (patch)
tree1227061482ae19c29ac3cc378e557c4d198bdd8c /src
parent9d39a3de85ddde5d3271b17e793291fcecc88cff (diff)
downloadcssh-38eb9f05155c2584b326ba82f7cb99919b86c86a.tar.gz
cssh-38eb9f05155c2584b326ba82f7cb99919b86c86a.tar.bz2
wrong location for 'P' option (ggo.in, not ggo)
more fine grained testing of progress bar
Diffstat (limited to 'src')
-rw-r--r--src/options.ggo.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.ggo.in b/src/options.ggo.in
index c667572..8a90a72 100644
--- a/src/options.ggo.in
+++ b/src/options.ggo.in
@@ -35,3 +35,7 @@ section "SCP options"
option "recursive" r
"Copy files and directories recursively"
optional
+
+ option "progress-bar" P
+ "Show progress bars during copy"
+ optional