diff --git a/README.md b/README.md index 9c9071d..ff588d5 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ Let's start a list === sub-sub-item 1 of sub-item 2 == sub-item 3 = Item 2 -** sub-item 1 of Item 2 +== sub-item 1 of Item 2 This list is ended ) ``` diff --git a/var/lib/gsl/README.md b/var/lib/gsl/README.md index 9c9071d..ff588d5 100644 --- a/var/lib/gsl/README.md +++ b/var/lib/gsl/README.md @@ -238,7 +238,7 @@ Let's start a list === sub-sub-item 1 of sub-item 2 == sub-item 3 = Item 2 -** sub-item 1 of Item 2 +== sub-item 1 of Item 2 This list is ended ) ``` diff --git a/var/lib/gsl/helps/gsl_help b/var/lib/gsl/helps/gsl_help index 0e3c63a..89602e4 100644 --- a/var/lib/gsl/helps/gsl_help +++ b/var/lib/gsl/helps/gsl_help @@ -1,33 +1,34 @@ # GSL: Statique Littérateur $ gsl [ARG] - readme : Show README.md instructions - help | -h [OPT] : This Help - install : Show process installation - new : Adding a DOMAIN - write | -w : How to write a Post + readme : Show README.md instructions + help | -h [OPT] : This Help + install : Show process installation + new : Adding a DOMAIN + write | -w : How to write a Post - new | -N : Add and configure a new DOMAIN + new | -N : Add and configure a new DOMAIN - log | -L [OPTS] : Show logs from all sessions - clean | -C : Logs saved to {DATE}.gsl.log and cleaned - -i | -w | -e : from levels (infos, warnings, errors) - -s : from last session only - [TERM] : [TERM] : case insensitive, regex 'T1.*T2' - (i.e. $ gsl log -e -s code) + log | -L [OPTS] : Show logs from all sessions + clean | -C : Logs saved to {DATE}.gsl.log and cleaned + -i | -w | -e : from levels (infos, warnings, errors) + -s : from last session only + [TERM] : [TERM] : case insensitive, regex 'T1.*T2' + (i.e. $ gsl log -e -s code) - author | -A [OPT] : List authors from DOMAIN set in PWD folder - add : Add author(s) for DOMAIN - remove : Remove author(s) for DOMAIN + author | -A [OPT] : List authors from DOMAIN set in PWD folder + add : Add author(s) for DOMAIN + remove : Remove author(s) for DOMAIN - check | -C [OPT] [FILE] : Check Posts errors from PWD folder or [FILE] - -F : Force check again + check | -C [OPT] [FILE] : Check Posts errors from PWD folder or [FILE] + -F : Force check again - make | -M [OPT] [FILE] : Convert Posts from PWD folder or [FILE] - to HTML file in server + make | -M [OPT] [FILE] : Convert Posts from PWD folder or [FILE] + to HTML file in server + -F : Force Make again - post-list [OPT] [FILE] : Add post again from [FILE] to Last-Posts List - (When converting new post, it will be added) - Pin : Set Post from [FILE] to first in Last-Posts List - Add : Add Post from [FILE] to last in Last-Posts List + post-list [OPT] [FILE] : Add post again from [FILE] to Last-Posts List + (When converting new post, it will be added) + Pin : Set Post from [FILE] to first in Last-Posts List + Add : Add Post from [FILE] to last in Last-Posts List diff --git a/var/lib/gsl/helps/gsl_help_write_post b/var/lib/gsl/helps/gsl_help_write_post index 7aae76d..aeb84af 100644 --- a/var/lib/gsl/helps/gsl_help_write_post +++ b/var/lib/gsl/helps/gsl_help_write_post @@ -123,7 +123,7 @@ Let's start a list === sub-sub-item 1 of sub-item 2 == sub-item 3 = Item 2 -** sub-item 1 of Item 2 +== sub-item 1 of Item 2 This list is ended ) ```