aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-13 17:00:14 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-13 17:00:14 -0400
commit7fe2e34ab9ae9cfb08c25d00e75f3ad9fa7034b1 (patch)
tree4dd4677a6d04bec19ac81f24555d7403fc84d4ef /misc
parente2eac62dba590e6ee2e23fd94efd23a245851a45 (diff)
downloadslackbuilds-7fe2e34ab9ae9cfb08c25d00e75f3ad9fa7034b1.tar.xz
misc/gcp: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/gcp/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/gcp/README b/misc/gcp/README
index 54f59edfbc09..da5c83273116 100644
--- a/misc/gcp/README
+++ b/misc/gcp/README
@@ -1,15 +1,15 @@
-gcp is a file copy tool, freely inspired from cp, but with a few high-level
-functionalities such as:
+gcp is a file copy tool, freely inspired from cp, but with a few
+high-level functionalities such as:
* transfer progression indication
* continuous copying on error (skip to next file)
-* copy status logging: gcp logs all its actions so that it is possible to
- know which files have been successfuly copied
+* copy status logging: gcp logs all its actions so that it is possible
+ to know which files have been successfuly copied
* name mangling to handle target filesystem limitations (for example
deletion of incompatible characters "*" or "?" on FAT)
* forced copy serialization: process all copy requests sequentially in
order to avoid useless moves of the hard disk head
-* transfer lists management: you can save a list of files you copied and
- copy them again later from that list (useful for example when copying
- several times the same tracks to multiple friends)
+* transfer lists management: you can save a list of files you copied
+ and copy them again later from that list (useful for example when
+ copying several times the same tracks to multiple friends)
* command-line interface similar to that of cp