typos in salt-cp manpage

This commit is contained in:
Thomas S Hatch 2011-05-14 17:10:56 -06:00
parent b98c28a026
commit 262497f334

View file

@ -4,11 +4,11 @@
salt-cp \- Copy a file to a set of systems
.SH SYNOPSIS
.B salt '*' [ options ] \fISOURCE DEST\fR
.B salt-cp '*' [ options ] \fISOURCE DEST\fR
.B salt -E '.*' [ options ] \fISOURCE DEST\fR
.B salt-cp -E '.*' [ options ] \fISOURCE DEST\fR
.B salt -G 'os:Arch.*' [ options ] \fISOURCE DEST\fR
.B salt-cp -G 'os:Arch.*' [ options ] \fISOURCE DEST\fR
.SH DESCRIPTION
Salt copy copies a local file out to all of the salt minions matched by the given target.