mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
typos in salt-cp manpage
This commit is contained in:
parent
b98c28a026
commit
262497f334
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue