Skip to content

Commit

Permalink
Merge pull request #3153 from jorgesumle/master
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Jun 23, 2023
2 parents 1f6b344 + 7d6acca commit 3322069
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/pelican-themes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Optional arguments:
"""""""""""""""""""


-h, --help Show the help an exit
-h, --help Show the help and exit

-l, --list Show the themes already installed

-i theme_path, --install theme_path One or more themes to install

-r theme_name, --remove theme_name One or more themes to remove

-s theme_path, --symlink theme_path Same as "--install", but create a symbolic link instead of copying the theme.
-s theme_path, --symlink theme_path Same as ``--install``, but create a symbolic link instead of copying the theme.
Useful for theme development

-v, --verbose Verbose output
Expand Down Expand Up @@ -82,7 +82,7 @@ Installing themes

You can install one or more themes using the ``-i`` or ``--install`` option.
This option takes as argument the path(s) of the theme(s) you want to install,
and can be combined with the verbose option:
and can be combined with the ``--verbose`` option:

.. code-block:: console
Expand Down Expand Up @@ -154,7 +154,7 @@ This is useful for theme development:
Doing several things at once
""""""""""""""""""""""""""""

The ``--install``, ``--remove`` and ``--symlink`` option are not mutually
The ``--install``, ``--remove`` and ``--symlink`` options are not mutually
exclusive, so you can combine them in the same command line to do more than one
operation at time, like this:

Expand Down

0 comments on commit 3322069

Please sign in to comment.