Skip to content

Commit

Permalink
Keep presenter notes on by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed May 4, 2012
1 parent cddad98 commit f1bcfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/landslide/main.py
Expand Up @@ -99,7 +99,7 @@ def _parse_options():
action="store_false",
dest="presenter_notes",
help="Don't include presenter notes in the output",
default=False)
default=True)

parser.add_option(
"-q", "--quiet",
Expand Down

0 comments on commit f1bcfed

Please sign in to comment.