From 3dee3b56805e405a9d3afdf26a75d42ce5d0553b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Forslund?= Date: Wed, 9 Aug 2017 12:39:52 +0200 Subject: [PATCH] Add manual page for msm ==== Fixed Issues ==== #966 ==== Tech Notes ==== Adds a basic manual page for msm, required for packaging for some OS'es ==== Documentation Notes ==== NONE ==== Localization Notes ==== Might need translation at some point ==== Environment Notes ==== msm/man1/msm should be copied into the manual man1 directory (/usr/local/share/man/man1) and mandb needs to be run after a package install. ==== Protocol Notes ==== NONE --- msm/man/man1/msm.1 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 msm/man/man1/msm.1 diff --git a/msm/man/man1/msm.1 b/msm/man/man1/msm.1 new file mode 100644 index 0000000000..f028c0f996 --- /dev/null +++ b/msm/man/man1/msm.1 @@ -0,0 +1,33 @@ +.TH msm 1 "2017-08-09" "" "Mycroft Skill Manager" +.SH NAME +msm \- The Mycroft Skill Manager +.SH SYNOPSIS +.B msm +\fBoperation [\fIargument] + +.B msm +\fBinstall \fBrss-skill + +.SH DESCRIPTION +Msm is a command line tool for installing and updating Mycroft skills. The command performs a number of operations inclding installing all default skills + +.SH OPTIONS +.TP +\fBinstall \fISkill-name\fR +Install the skill named \fISkill-name\fR. +.TP +\fBinstall \fIgit-repository\fR +Install skill from the git repository \fIgit-repository\fR +.TP +\fBupdate\fR +Update all installed skills +.TP +\fBdefault +Install and update all default skills +.TP +\fBlist +Lists available skills +.TP +\fBsearch +Search for a skill without installing it +.TP