From 302b5e0964871f79cc781db18b52b7c04d9462af Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 20 Jul 2019 10:49:27 -0400 Subject: 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'. --- docs/schedule/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/schedule') diff --git a/docs/schedule/index.rst b/docs/schedule/index.rst index 691abf0..cbb0f7a 100644 --- a/docs/schedule/index.rst +++ b/docs/schedule/index.rst @@ -188,7 +188,7 @@ Generate HTML from Markdown ~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: - $ lps_gen -s path/to/lp-sch.md > path/to/program-schedule.html + $ lps_gen -sc path/to/lp-sch.md > path/to/program-schedule.html or:: @@ -201,7 +201,7 @@ iCal export The ``--ical`` switch enables iCal export while generating LP schedule:: - $ lps_gen -s --ical 2016 path/to/lp-schedule.md > path/to/program-schedule.html + $ lps_gen -sc --ical 2016 path/to/lp-schedule.md > path/to/program-schedule.html The year of the conference must be given as an argument to the ``--ical`` switch. -- cgit v1.2.3