diff options
| author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2020-04-09 01:19:36 +0300 |
|---|---|---|
| committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2020-04-09 11:51:09 +0300 |
| commit | 9e9bee7066c000957b674c3b68bb082eec58b410 (patch) | |
| tree | b8f6fda13547720f1ac94f43135d529d73e671a5 /src/_setup.py | |
| parent | Merge pull request #697 from dancek/git-revise (diff) | |
| download | zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.gz zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.bz2 zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.lz zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.xz zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.zst zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.zip | |
Fix typos
Diffstat (limited to 'src/_setup.py')
| -rw-r--r-- | src/_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_setup.py b/src/_setup.py index c7d88d3..242af25 100644 --- a/src/_setup.py +++ b/src/_setup.py @@ -460,7 +460,7 @@ _setuppy_bdist_wininst() { "--title=[title to display on the installer background instead of default]" \ "-t[title to display on the installer background instead of default]" \ "--skip-build[skip rebuilding everything (for testing/debugging)]" \ - "--install-script=[basename of installation script to be run afterinstallation or before deinstallation]" \ + "--install-script=[basename of installation script to be run after installation or before uninstallation]" \ "--pre-install-script=[Fully qualified filename of a script to be run before any files are installed. This script need not be in the distribution]" \ "--user-access-control=[specify Vista's UAC handling - 'none'/default=no handling, 'auto'=use UAC if target Python installed for all users, 'force'=always use UAC]" \ "*::setup.py commands:_setup.py" |
