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
pull/974/head
Åke Forslund 2017-08-09 12:39:52 +02:00
parent ab22106659
commit 3dee3b5680
1 changed files with 33 additions and 0 deletions

33
msm/man/man1/msm.1 Normal file
View File

@ -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