summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorYuan Yijun <bbbush.yuan@gmail.com>2006-02-22 07:15:48 +0000
committerYuan Yijun <bbbush.yuan@gmail.com>2006-02-22 07:15:48 +0000
commitc791f14729e812b2c35a1d8ad0923bfc20113f25 (patch)
tree4decef851eb230d95105659f0caa56e1ff8a0bbd /bin
parentd16e76dcc79ccdcba2a763186cc69e44a648fb02 (diff)
downloadfedora-doc-utils-c791f14729e812b2c35a1d8ad0923bfc20113f25.tar.gz
fedora-doc-utils-c791f14729e812b2c35a1d8ad0923bfc20113f25.tar.xz
fedora-doc-utils-c791f14729e812b2c35a1d8ad0923bfc20113f25.zip
use xml2po instead of po2xml
Diffstat (limited to 'bin')
-rw-r--r--bin/fdp-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fdp-functions b/bin/fdp-functions
index ed3d4a2..0b85f73 100644
--- a/bin/fdp-functions
+++ b/bin/fdp-functions
@@ -104,7 +104,7 @@ apply_po() {
echo "apply_po: file '${POFILE}' not found." >&2
return 1
fi
- po2xml "$1" "${POFILE}"
+ xml2po "$1" -p "${POFILE}"
}
prettyprint() {