wok-6.x rev 1873
tazndis: Fix Usage().
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Dec 16 23:04:40 2008 +0100 (2008-12-16) |
parents | eccd1c19bd05 |
children | 3553ec54fcd3 |
files | tazndis/stuff/tazndis |
line diff
1.1 --- a/tazndis/stuff/tazndis Tue Dec 16 22:58:17 2008 +0100 1.2 +++ b/tazndis/stuff/tazndis Tue Dec 16 23:04:40 2008 +0100 1.3 @@ -85,12 +85,12 @@ 1.4 1.5 sub usage() { 1.6 print "install/manage Windows drivers for ndiswrapper\n\n" . 1.7 - "usage: ndiswrapper OPTION\n" . 1.8 + "usage: tazndis OPTION\n" . 1.9 "-i inffile install driver described by 'inffile'\n" . 1.10 "-r driver remove 'driver'\n" . 1.11 "-l list installed drivers\n" . 1.12 "-v report version information\n\n" . 1.13 - "If you need more complex operation, you may use ndiswrapper instead.\n" ; 1.14 + "If you need more complex operation, you may install ndiswrapper package instead.\n" ; 1.15 } 1.16 1.17 #/*