From 184a596dc434bbbd2d1daefaecc9e973c742773e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 22 Sep 2012 18:13:38 +0200 Subject: [PATCH] update options and help --- moin2doku.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moin2doku.py b/moin2doku.py index bd105ff..03bd8f5 100755 --- a/moin2doku.py +++ b/moin2doku.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Setup VIM: ex: et ts=2 sw=2 : +# Setup VIM: ex: noet ts=2 sw=2 : # # Main Script doing the conversion. # See README for details.