aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sisu/v0/help.rb2
-rw-r--r--lib/sisu/v0/hub.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v0/help.rb b/lib/sisu/v0/help.rb
index 1c1fd4d0..b5077fa1 100644
--- a/lib/sisu/v0/help.rb
+++ b/lib/sisu/v0/help.rb
@@ -1588,7 +1588,7 @@ WOK
sisu --from-sxml [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
to attempt to convert a kdissert (.kdi) file to sisu markup:
- sisu --to-kdi [kdissert filename]
+ sisu --from-kdi [kdissert filename]
(very basic and experimental)
WOK
end
diff --git a/lib/sisu/v0/hub.rb b/lib/sisu/v0/hub.rb
index d7e01606..3b145dac 100644
--- a/lib/sisu/v0/hub.rb
+++ b/lib/sisu/v0/hub.rb
@@ -432,7 +432,7 @@ p "here #{__FILE__} #{__LINE__}" if @opt =~/M/
end
if @opt.cmd =~/[hHz]/; op('html','html') #% -h -H -z html css
end
- if @opt.cmd =~/a/; op('plaintext','plaintext') #% -a #-A -f -e -E plaintext -a creates ms-dos type; -A creates unix type, plaintext file
+ if @opt.cmd =~/a/; op('plaintext','plaintext') #% -a #-A -f -e -E plaintext -a creates ms-dos type; -A creates unix type, plaintext file
end
if @opt.cmd =~/g/; op('wikispeak','wikispeak') #% -g wiki
end