diff options
Diffstat (limited to 'dund/main.c')
| -rw-r--r-- | dund/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/dund/main.c b/dund/main.c index b00ccab7..83be167c 100644 --- a/dund/main.c +++ b/dund/main.c @@ -430,7 +430,7 @@ static char main_help[] =  	"\t--persist -p[interval]    Persist mode\n"  	"\t--pppd -d <pppd>          Location of the PPP daemon (pppd)\n"  	"\t--msdun -X[timeo]         Enable Microsoft dialup networking support\n" -	"\t--cache -C[valid]         Enable addess cache\n"; +	"\t--cache -C[valid]         Enable address cache\n";  int main(int argc, char **argv)  { | 
