diff options
author | Neil Conway <neilc@samurai.com> | 2005-01-24 00:17:33 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-01-24 00:17:33 +0000 |
commit | 810de88d3563c8248f209a07f02bb4fc9c2aeca7 (patch) | |
tree | 3876630e5d9f9d6bcb34d50764a7f9e97c82419b | |
parent | e02e0564f186e96985ee5f1f603740cfdf46e3bc (diff) |
Fix typo.
-rw-r--r-- | contrib/pg_autovacuum/README.pg_autovacuum | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_autovacuum/README.pg_autovacuum b/contrib/pg_autovacuum/README.pg_autovacuum index 00da36db733..9b8a64d6a4f 100644 --- a/contrib/pg_autovacuum/README.pg_autovacuum +++ b/contrib/pg_autovacuum/README.pg_autovacuum @@ -165,7 +165,7 @@ The following arguments are used on Windows only: -N service user: Name of the Windows user account under which the service will run. Only used when installing as a Windows service. --W service password: The password for the service account.Only used when +-W service password: The password for the service account. Only used when installing as a Windows service. -R Uninstall pg_autovacuum as a service. |