diff options
author | Stephen D. Huston <shuston@apache.org> | 2010-12-10 20:43:16 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2010-12-10 20:43:16 +0000 |
commit | 5931b15d94ceca5d85f931d9abf38c5984bb8087 (patch) | |
tree | 16f898c82a5cc63dbe3f3b72469e7411e2372667 /doc | |
parent | 3e235bf4034758352308d7d61e51b73c48158bff (diff) | |
download | qpid-python-5931b15d94ceca5d85f931d9abf38c5984bb8087.tar.gz |
Correct typo in 'wrap' command line
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1044504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
-rw-r--r-- | doc/website/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/website/README.txt b/doc/website/README.txt index 4668e18d85..6a0c2876ab 100644 --- a/doc/website/README.txt +++ b/doc/website/README.txt @@ -11,7 +11,7 @@ should be written in XHTML, with one <div/> element at the root - see Use wrap like this: -$ tools/wrap templates/template.html content/<filename> build/<filename> +$ tools/wrap template/template.html content/<filename> build/<filename> Content for the main pages should be check into the content directory. Content for documentation is created in the ../book |