Skip to content

Commit

Permalink
Merge pull request #27 from dkg/fix-mod-documentation
Browse files Browse the repository at this point in the history
Fix mod documentation
  • Loading branch information
ionelmc authored Nov 11, 2021
2 parents ddcfb75 + 664964a commit 63a16d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,6 @@ Widescreen 16x9

You can create widescreen 16x9 slides using the ``--mod=wide16x9`` option.

**NOTE:** The ``--mod=wide16x9`` option causes the files in Darkslide's ``themes/wide16x9/``
directory to supersede the corresponding files in Darkslide's ``themes/default/``
directory before the selected theme (if any) is applied.

User stylesheets and Javascripts
================================

Expand Down
2 changes: 1 addition & 1 deletion src/darkslide/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def parse_options():
parser.add_option(
"-M", "--mod",
dest="theme_mod",
help="Specify a theme modifier by name. Available: wide_16x9.",
help="Specify a theme modifier by name. Available: wide16x9.",
default='')

parser.add_option(
Expand Down

0 comments on commit 63a16d8

Please sign in to comment.