diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-11-08 21:00:51 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-11-08 21:02:52 -0500 |
commit | 897a46efc904b63e30ba10c49eb0386642cc608f (patch) | |
tree | 0050720713e352405e8f34fab4c4cf5c6bf0b18a /bin/sisu-odf | |
parent | v4 v5: vim, ftplugin sisu.vim, fix missing <leader> (diff) |
v4 v5: bin/sisu-*sisu_4.2.12
* use option flag full names
* add sisu-html-scroll, sisu-html-seg, sisu-pdf-portrait, sisu-pdf-landscape
Diffstat (limited to 'bin/sisu-odf')
-rw-r--r-- | bin/sisu-odf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sisu-odf b/bin/sisu-odf index 7caceec4..c6eee725 100644 --- a/bin/sisu-odf +++ b/bin/sisu-odf @@ -1,2 +1,2 @@ #!/bin/sh -sisu -o ${@} +sisu --odt ${@} |