diff --git a/CHANGELOG b/CHANGELOG index 28b0605..63f0909 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +3.0.3: + +- Updated program description + 3.0.2: - Updated program description diff --git a/README.md b/README.md index 8b39f77..b7cf819 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/runoverssh.1 b/runoverssh.1 index 469b82e..749c8d8 100644 --- a/runoverssh.1 +++ b/runoverssh.1 @@ -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] @@ -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