diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:50:33 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:01 -0400 |
commit | ca65ed65c3933b9d730ef79f4f3d5de1fd9341c4 (patch) | |
tree | ea84e7cece9ee53c93c287ff51d1fbf62d4a6ede /ruby | |
parent | 21e0fdf5241f70ce5b5caf224097da499005b847 (diff) |
ruby/rubygem-net-ssh: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/rubygem-net-ssh/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/rubygem-net-ssh/README b/ruby/rubygem-net-ssh/README index 0ee1eaefc9e7..d4e34aa6b6a9 100644 --- a/ruby/rubygem-net-ssh/README +++ b/ruby/rubygem-net-ssh/README @@ -1,3 +1,3 @@ -Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows -you to write programs that invoke and interact with processes on remote -servers, via SSH2. +Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It +allows you to write programs that invoke and interact with processes +on remote servers, via SSH2. |