summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorYuan Yijun <bbbush.yuan@gmail.com>2006-02-22 07:20:53 +0000
committerYuan Yijun <bbbush.yuan@gmail.com>2006-02-22 07:20:53 +0000
commitc035e2e47c068fca60082a4bfc8a65744d43552c (patch)
tree241c0ce52ccdf24c6f0961575420d601baabb2ba /bin
parentc791f14729e812b2c35a1d8ad0923bfc20113f25 (diff)
downloadfedora-doc-utils-c035e2e47c068fca60082a4bfc8a65744d43552c.tar.gz
fedora-doc-utils-c035e2e47c068fca60082a4bfc8a65744d43552c.tar.xz
fedora-doc-utils-c035e2e47c068fca60082a4bfc8a65744d43552c.zip
wrong argument sequence :(
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 0b85f73..beb3e6c 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
- xml2po "$1" -p "${POFILE}"
+ xml2po -p "${POFILE}" "$1"
}
prettyprint() {