# HG changeset patch # User Eric Joseph-Alexandre # Date 1229465080 -3600 # Node ID a2b99f1ee6f424fa2e5929c0176c9cf301d82f87 # Parent eccd1c19bd05b26ab2aa7be479d5cad43ae2178c tazndis: Fix Usage(). diff -r eccd1c19bd05 -r a2b99f1ee6f4 tazndis/stuff/tazndis --- a/tazndis/stuff/tazndis Tue Dec 16 22:58:17 2008 +0100 +++ b/tazndis/stuff/tazndis Tue Dec 16 23:04:40 2008 +0100 @@ -85,12 +85,12 @@ sub usage() { print "install/manage Windows drivers for ndiswrapper\n\n" . - "usage: ndiswrapper OPTION\n" . + "usage: tazndis OPTION\n" . "-i inffile install driver described by 'inffile'\n" . "-r driver remove 'driver'\n" . "-l list installed drivers\n" . "-v report version information\n\n" . - "If you need more complex operation, you may use ndiswrapper instead.\n" ; + "If you need more complex operation, you may install ndiswrapper package instead.\n" ; } #/*