David Fetter a écrit :
>
>>  # ----
>> -if test $# -ne 2 ; then
>> -    echo "usage: $0 subscriber-dbname clustername" >&2
>> -    exit 1
>> +if test $# -lt 2 ; then
>> +        echo "usage: $0 subscriber-dbname clustername [-H host] [-P port] 
>> [-U user]" >&2
>>     
>
> Why -H and -P instead of -h and -p, respectively?
>
>   

For no good reason, except I already used -h for --help  and -P was just
a silly way to have the same (upper) case for all options.

Regards,

Stéphane
_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to