diff --git a/docs/software_usr/manpage.rst b/docs/software_usr/manpage.rst index 99b2a132..fef3b37e 100644 --- a/docs/software_usr/manpage.rst +++ b/docs/software_usr/manpage.rst @@ -1,7 +1,7 @@ .. _manpage: ============ - buskill(1) + BUSKILL(1) ============ :Author: @@ -46,16 +46,26 @@ It's designed to work with the BusKill laptop kill cord, which is a hardware dea OPTIONS ======= -:: +**-h**, **--help** +: Show this help message and exit. - -h, --help show this help message and exit - --version print version and exit. - --list-triggers List all available triggers. - -v, --verbose increase output verbosity - -t , --trigger Choose trigger to execute. See --list-triggers for all - possible values. - -T, --run-trigger Immediately execute the trigger on start - -a, --arm Arms BusKill +**--version** +: Print version and exit. + +**--list-triggers** +: List all available triggers. + +**-v**, **--verbose** +: Increase output verbosity. + +**-t** , **--trigger** +: Choose trigger to execute. See --list-triggers for all possible values. + +**-T**, **--run-trigger** +: Immediately execute the trigger on start. + +**-a**, **--arm** +: Arms BusKill. EXAMPLES ========