Changeset 12840 in project
- Timestamp:
- 12/17/08 13:13:02 (12 years ago)
- Location:
- chicken/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chicken/trunk/chicken-install.1
r12819 r12840 61 61 may be an svn(1) repository URL, a http URL or a location in the local 62 62 file-system. 63 64 .TP65 .BI \-r,\ \-repository \ DIRECTORY66 Specify alternative extension repository directory instead of the67 default (which is usually "<PREFIX>/lib/chicken/<BINARYVERSION>").68 63 69 64 .TP -
chicken/trunk/chicken-status.1
r12819 r12840 33 33 .B \-f,\ \-files 34 34 Shows files belonging to the matching extension. 35 36 .TP37 .BI \-r,\ \-repository \ DIRECTORY38 Specify alternative extension repository directory instead of the39 default (which is usually "<PREFIX>/lib/chicken/<BINARYVERSION>").40 35 41 36 -
chicken/trunk/chicken-uninstall.1
r12819 r12840 35 35 Do not ask when multiple extensions match the given patterns, delete 36 36 whatever matches. 37 38 .TP39 .BI \-r,\ \-repository \ DIRECTORY40 Specify alternative extension repository directory instead of the41 default (which is usually "<PREFIX>/lib/chicken/<BINARYVERSION>").42 37 43 38 .TP -
chicken/trunk/distribution/manifest
r12813 r12840 207 207 tests/match-tests.scm 208 208 tests/module-tests.scm 209 tests/ module-tests-2.scm209 tests/test-finalizers.scm 210 210 tests/module-tests-compiled.scm 211 211 tests/syntax-tests.scm -
chicken/trunk/manual/Extensions
r12838 r12840 451 451 ; {{-i -init DIRECTORY}} : initialize empty alternative repository 452 452 ; {{-u -update-db}} : update export database 453 ; {{-r -repository DIRECTORY}} : specify alternative extension repository454 453 455 454 … … 460 459 ; {{-force}} : don't ask, delete whatever matches 461 460 ; {{-s -sudo}} : use {{sudo(1)}} for deleting files 462 ; {{-r -repository DIRECTORY}} : specify alternative extension repository463 461 464 462 … … 468 466 ; {{-v -version}} : show version and exit 469 467 ; {{-f -files}} : list installed files 470 ; {{-r -repository DIRECTORY}} : specify alternative extension repository471 468 472 469
Note: See TracChangeset
for help on using the changeset viewer.