diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-12-17 16:46:56 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-12-17 16:46:56 +0100 |
commit | 6aeba3fd6bddd57cc7f46bd6038ef98f7f22e112 (patch) | |
tree | 5f246ea06cf9a0c0701ec634481b980f814587f6 | |
parent | 83b46713f0941f468f20a149be206db1f78eb944 (diff) | |
download | ffmpeg-6aeba3fd6bddd57cc7f46bd6038ef98f7f22e112.tar.gz |
doc: fix "Unknown command `fate'" warning.
-rw-r--r-- | doc/fate.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fate.texi b/doc/fate.texi index 297c0e2ec4..ad7faf415c 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -105,7 +105,7 @@ slot= # some unique identifier repo=git://source.ffmpeg.org/ffmpeg.git # the source repository samples=/path/to/fate/samples workdir= # directory in which to do all the work -fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report +fate_recv="ssh -T fate@@fate.ffmpeg.org" # command to submit report comment= # optional description # the following are optional and map to configure options |