Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel

This commit is contained in:
Ole Tange 2013-03-04 21:51:23 +01:00
commit 7bfb4a5e57

View file

@ -1528,6 +1528,15 @@ treated as the relative path to your home dir. This means that if your
home dir is different on remote computers (e.g. if your login is
different) the relative path will still be relative to your home dir.
To see the difference try:
B<parallel -S server pwd ::: "">
B<parallel --wd . -S server pwd ::: "">
B<parallel --wd ... -S server pwd ::: "">
=item B<--wait>