summaryrefslogtreecommitdiffstats
path: root/docs/install/index.rst
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2019-07-20 10:49:27 -0400
committerrsiddharth <rsd@gnu.org>2019-07-20 10:49:27 -0400
commit302b5e0964871f79cc781db18b52b7c04d9462af (patch)
treec67f8e3626e711f02974dcee208b838a96de57ff /docs/install/index.rst
parentf3534a95c1914f929b484719284248de30c50442 (diff)
lps_gen: Rename '-s' switch to '-sc'
* docs/install/index.rst: Update output of `lps_gen --help` * docs/schedule/index.rst: Update `lps_gen` command. * lps_gen.py (main): Rename '-s' switch to '-sc'.
Diffstat (limited to 'docs/install/index.rst')
-rw-r--r--docs/install/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install/index.rst b/docs/install/index.rst
index b3e3e55..6dd9f72 100644
--- a/docs/install/index.rst
+++ b/docs/install/index.rst
@@ -67,14 +67,14 @@ Do::
You must get::
- usage: lps_gen [-h] [-s | -sp] [--ical ICAL] [--version] lp_md
+ usage: lps_gen [-h] [-sc | -sp] [--ical ICAL] [--version] lp_md
positional arguments:
lp_md Path to the LP markdown.
optional arguments:
-h, --help show this help message and exit
- -s, --schedule Generate LP schedule
+ -sc, --schedule Generate LP schedule
-sp, --speakers Generate LP speakers
--ical ICAL Specify LP year as argument; generates iCal
--version Show version number and exit.