diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-19 07:25:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-19 07:25:23 (GMT) |
commit | 40c3ec35eed68747b5fcde78f05600dc10a58308 (patch) | |
tree | 810631b009798c626543beee3755884180765375 /unix | |
parent | 0b669eacf86ed32f444f09285fe816c3c369d923 (diff) | |
download | tcl-40c3ec35eed68747b5fcde78f05600dc10a58308.zip tcl-40c3ec35eed68747b5fcde78f05600dc10a58308.tar.gz tcl-40c3ec35eed68747b5fcde78f05600dc10a58308.tar.bz2 |
Improve comment in install-sh, regarding Tcl-specific change
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/install-sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/install-sh b/unix/install-sh index dc09dbd..21b733a 100755 --- a/unix/install-sh +++ b/unix/install-sh @@ -109,7 +109,7 @@ Options: -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. - -S $stripprog installed files. + -S OPTION $stripprog installed files using OPTION. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. |