comparison gcp.1 @ 48:d26ffbbcbdad

updated man page (added dereference and no-dereference options description)
author Goffi <goffi@goffi.org>
date Sat, 04 Jun 2011 21:10:07 +0200
parents 671d8c70a84c
children 58091eac8c8e
comparison
equal deleted inserted replaced
47:99da6ef26d26 48:d26ffbbcbdad
1 .\" Hey, EMACS: -*- nroff -*- 1 .\" Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps 2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection 3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1) 4 .\" other parameters are allowed: see man(7), man(1)
5 .TH GCP 1 "November 22, 2010" 5 .TH GCP 1 "June 04, 2011"
6 .\" Please adjust this date whenever revising the manpage. 6 .\" Please adjust this date whenever revising the manpage.
7 .\" 7 .\"
8 .\" Some roff macros, for reference: 8 .\" Some roff macros, for reference:
9 .\" .nh disable hyphenation 9 .\" .nh disable hyphenation
10 .\" .hy enable hyphenation 10 .\" .hy enable hyphenation
58 Show summary of options. 58 Show summary of options.
59 .TP 59 .TP
60 .B \-r, \-\-recursive 60 .B \-r, \-\-recursive
61 Copy directories recursively. 61 Copy directories recursively.
62 .TP 62 .TP
63 .B \-L, \-\-dereference
64 always follow symbolic links in sources
65 .TP
66 .B \-P, \-\-no\-dereference
67 never follow symbolic links in sources
68 .TP
63 .B \-f, \-\-force 69 .B \-f, \-\-force
64 Overwrite existing files. 70 Overwrite existing files.
65 .TP 71 .TP
66 .B \-\-preserve=PRESERVE 72 .B \-\-preserve=PRESERVE
67 Keep specified attributes. Attributes can be mode, ownership and timestamps. 73 Keep specified attributes. Attributes can be mode, ownership and timestamps.