From 42e5deb36c5409e8a3b4eb954da8ba52d7f24395 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 29 Jul 1997 02:55:45 +0000 Subject: [PATCH] (usage): tweak -p descr --- src/install.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/install.c b/src/install.c index 5635c18..c830ce8 100644 --- a/src/install.c +++ b/src/install.c @@ -647,7 +647,8 @@ format, make all components of the given DIRECTORY(ies).\n\ -g, --group=GROUP set group ownership, instead of process' current group\n\ -m, --mode=MODE set permission mode (as in chmod), instead of rwxr-xr-x\n\ -o, --owner=OWNER set ownership (super-user only)\n\ - -p, --preserve-timestamps Retain previous creation/modification times\n\ + -p, --preserve-timestamps apply access/modification times of SOURCE files\n\ + to corresponding destination files\n\ -s, --strip strip symbol tables, only for 1st and 2nd formats\n\ -S, --suffix=SUFFIX override the usual backup suffix\n\ -V, --version-control=WORD override the usual version control\n\ -- 2.7.4