diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-08 14:51:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-08 15:20:39 +0200 |
commit | 2ca12aee81cc4121d1f257890c27765fce79baee (patch) | |
tree | 2ea126943080df885d554a7537449a524ae7f171 /gnu/packages/ssh.scm | |
parent | 9f12e06bb3c84c148a28491a480c7b8f55a3c131 (diff) | |
download | patches-2ca12aee81cc4121d1f257890c27765fce79baee.tar patches-2ca12aee81cc4121d1f257890c27765fce79baee.tar.gz |
gnu: mosh: Tweak description.
* gnu/packages/ssh.scm (mosh)[description]: Use full sentences and note
that only the client may roam.
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r-- | gnu/packages/ssh.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index e3af517997..4f4cc0afff 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -404,10 +404,10 @@ authentication scheme.") (home-page "https://mosh.org/") (synopsis "Remote shell tolerant to intermittent connectivity") (description - "Remote terminal application that allows roaming, supports intermittent -connectivity, and provides intelligent local echo and line editing of user -keystrokes. Mosh is a replacement for SSH. It's more robust and responsive, -especially over Wi-Fi, cellular, and long-distance links.") + "Mosh is a remote terminal application that allows client roaming, supports +intermittent connectivity, and provides intelligent local echo and line editing +of user keystrokes. It's a replacement for SSH that's more robust and +responsive, especially over Wi-Fi, cellular, and long-distance links.") (license license:gpl3+))) (define-public et |