Skip to content

Commit

Permalink
updated program description
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriescl committed Dec 7, 2019
1 parent f60004a commit 8b442d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.3:

- Updated program description

3.0.2:

- Updated program description
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Run Over SSH
## Description

Run shell commands over ssh.
POSIX-compliant shell script for easily running shell commands and scripts over SSH.

### Installation

Expand All @@ -16,7 +16,7 @@ sudo curl -L "https://raw.githubusercontent.com/yuriescl/runoverssh/master/runov

### Usage
```
runoverssh [OPTIONS] USERNAME COMMAND HOSTS...
$ runoverssh [OPTIONS] USERNAME COMMAND HOSTS...
Options:
-g, --globalpw Prompt a global password for all connections
Expand Down
4 changes: 2 additions & 2 deletions runoverssh.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH RUNOVERSSH 1
.SH NAME
runoverssh \- Run shell commands over ssh
runoverssh \- POSIX-compliant shell script for easily running shell commands and scripts over SSH
.SH SYNOPSIS
.B runoverssh
[\fBOPTIONS\fR]
Expand All @@ -9,7 +9,7 @@ COMMAND
HOSTS...
.SH DESCRIPTION
.B runoverssh
Run shell commands over ssh
POSIX-compliant shell script for easily running shell commands and scripts over SSH.
.SH OPTIONS
.TP
.BR \-g ", " \-\-globalpw
Expand Down

0 comments on commit 8b442d7

Please sign in to comment.