Skip to content

Commit

Permalink
Removed redundant dests.
Browse files Browse the repository at this point in the history
Signed-off-by: Guillermo O. Freschi <tordek@tordek.com.ar>
  • Loading branch information
Guillermo O. Freschi committed Dec 6, 2009
1 parent 73dcd33 commit 50f82fa
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions sparkup
Original file line number Diff line number Diff line change
Expand Up @@ -917,19 +917,16 @@ def parse_args():

optparser.add_option('--no-guides', action="store_true", help='Deprecated')
optparser.add_option('--post-tag-guides', action="store_true",
dest="post-tag-guides", help='Adds comments at the end of DIV tags')
optparser.add_option('--textmate', action="store_true", dest='textmate',
help='Adds comments at the end of DIV tags')
optparser.add_option('--textmate', action="store_true",
help='Adds snippet info (textmate mode)')
optparser.add_option('--indent-spaces', dest='indent_spaces',
help='Indent spaces')
optparser.add_option('--indent-spaces', help='Indent spaces')
optparser.add_option('--expand-divs', action="store_true",
dest='expand_divs', help='Automatically expand divs')
help='Automatically expand divs')
optparser.add_option('--no-last-newline', action="store_false",
dest='last_newline', help='Skip the trailing newline')
optparser.add_option('--start-guide-format', dest='start_guide_format',
help='To be documented')
optparser.add_option('--end-guide-format', dest='end_guide_format',
help='To be documented')
help='Skip the trailing newline')
optparser.add_option('--start-guide-format', help='To be documented')
optparser.add_option('--end-guide-format', help='To be documented')

optparser.set_defaults(post_tag_guides=False, textmate=False,
indent_spaces=4, expand_divs=False, last_newline=True,
Expand Down

0 comments on commit 50f82fa

Please sign in to comment.