Package: pssh Version: 2.3.1-1 Severity: minor Tags: patch
Description of the --verbose option in the manpage reads: "Include error messages from ssh with the -i and \ options." It should be: "... with the -i and -e options." -- Jakub Wilk
diff --git a/debian/parallel-nuke.1 b/debian/parallel-nuke.1 --- a/debian/parallel-nuke.1 +++ b/debian/parallel-nuke.1 @@ -188,7 +188,7 @@ Include error messages from ssh with the .B \-i and -.B \e +.B \-e options. diff --git a/debian/parallel-rsync.1 b/debian/parallel-rsync.1 --- a/debian/parallel-rsync.1 +++ b/debian/parallel-rsync.1 @@ -191,7 +191,7 @@ Include error messages from rsync with the .B \-i and -.B \e +.B \-e options. .TP diff --git a/debian/parallel-scp.1 b/debian/parallel-scp.1 --- a/debian/parallel-scp.1 +++ b/debian/parallel-scp.1 @@ -189,7 +189,7 @@ Include error messages from ssh with the .B \-i and -.B \e +.B \-e options. .TP diff --git a/debian/parallel-slurp.1 b/debian/parallel-slurp.1 --- a/debian/parallel-slurp.1 +++ b/debian/parallel-slurp.1 @@ -191,7 +191,7 @@ Include error messages from ssh with the .B \-i and -.B \e +.B \-e options. .TP diff --git a/debian/parallel-ssh.1 b/debian/parallel-ssh.1 --- a/debian/parallel-ssh.1 +++ b/debian/parallel-ssh.1 @@ -233,7 +233,7 @@ Include error messages from ssh with the .B \-i and -.B \e +.B \-e options. .TP diff --git a/man/man1/pnuke.1 b/man/man1/pnuke.1 --- a/man/man1/pnuke.1 +++ b/man/man1/pnuke.1 @@ -188,7 +188,7 @@ Include error messages from ssh with the .B \-i and -.B \e +.B \-e options. diff --git a/man/man1/prsync.1 b/man/man1/prsync.1 --- a/man/man1/prsync.1 +++ b/man/man1/prsync.1 @@ -191,7 +191,7 @@ Include error messages from rsync with the .B \-i and -.B \e +.B \-e options. .TP diff --git a/man/man1/pscp.1 b/man/man1/pscp.1 --- a/man/man1/pscp.1 +++ b/man/man1/pscp.1 @@ -189,7 +189,7 @@ Include error messages from ssh with the .B \-i and -.B \e +.B \-e options. .TP diff --git a/man/man1/pslurp.1 b/man/man1/pslurp.1 --- a/man/man1/pslurp.1 +++ b/man/man1/pslurp.1 @@ -191,7 +191,7 @@ Include error messages from ssh with the .B \-i and -.B \e +.B \-e options. .TP diff --git a/man/man1/pssh.1 b/man/man1/pssh.1 --- a/man/man1/pssh.1 +++ b/man/man1/pssh.1 @@ -233,7 +233,7 @@ Include error messages from ssh with the .B \-i and -.B \e +.B \-e options. .TP

