diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:02:28 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:02:28 -0400 |
commit | 868004f2a869f223c7c78b1c81fe9bfdea0201a8 (patch) | |
tree | 3d20d374ae631977764e0b30de5cced8b2f40bb6 | |
parent | 871957311846543ebf58039f237d99440e4a2b7f (diff) |
network/netdrive-connector: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | network/netdrive-connector/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/netdrive-connector/README b/network/netdrive-connector/README index 432280a92415..048f715b309d 100644 --- a/network/netdrive-connector/README +++ b/network/netdrive-connector/README @@ -4,9 +4,9 @@ Utility to setup mountable SFTP and WebDAV connections. Includes a GUI tool written in PyQt4 and command line tools as follows: - - add-sftp-connector : sets up a mountable SFTP (sshfs) connection - - remove-sftp-connector : removes a mountable SFTP (sshfs) connection - - add-webdav-connector : sets up a mountable webdav (davfs2) connection - - remove-webdav-connector : removes a mountable webdav (davfs2) connection +add-sftp-connector: sets up a mountable SFTP (sshfs) connection +remove-sftp-connector: removes a mountable SFTP (sshfs) connection +add-webdav-connector: sets up a mountable webdav (davfs2) connection +remove-webdav-connector: removes a mountable webdav (davfs2) connection davfs2 can be left out if you choose not to use that connection type. |