From e2ea84f6a29ad7b6e7e65e540022ab108543519f Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 20 Jan 2009 22:17:12 +0000 Subject: [PATCH] jcs: Add usage for jcs install --- scripts/jcs | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/scripts/jcs b/scripts/jcs index e8655a4e..2a1bf6b2 100644 --- a/scripts/jcs +++ b/scripts/jcs @@ -1773,7 +1773,26 @@ is created. --<<<-- usage snapshot -- -->>>-- usage install -- -usage: jcs install .inf-file [-h] [-f] [-b backup-dir] + +jcs install installs files according to an installation +description in a .inf file + + usage: + jcs install .inf-file [-h] [-f|-t] [-b backup-dir] + + -b dir: make a backup into directory dir + + -f: force an installation, irrespective of the + files' modification dates. If this option + is not present, jcs overwrites destination files + only when the source file is newer than the + destination + + -p prefix: prepend target directories with prefix + + -t: test mode (don't actually install anything, but log + what would be installed) + --<<<-- usage install -- -->>>-- usage smake --