mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
jcs: Add usage for jcs install
This commit is contained in:
parent
4704fdd3ff
commit
e2ea84f6a2
1 changed files with 20 additions and 1 deletions
21
scripts/jcs
21
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 --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue