summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>1999-02-04 06:10:43 +0000
committerRichard Sharpe <sharpe@samba.org>1999-02-04 06:10:43 +0000
commit7b05d1df517b67897ec459481aaae8dc6b9e94ae (patch)
tree0b49d869749f4be45ea2cb4c651d706c7654480a
parentefe914cfe67681d658ce03da21b4dd7faee2d630 (diff)
downloadsamba-7b05d1df517b67897ec459481aaae8dc6b9e94ae.tar.gz
samba-7b05d1df517b67897ec459481aaae8dc6b9e94ae.tar.xz
samba-7b05d1df517b67897ec459481aaae8dc6b9e94ae.zip
Minor wording change to the usage message for nmblookup.
Now makes more sense, at least to my sleep deprived brain.
-rw-r--r--source/utils/nmblookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/nmblookup.c b/source/utils/nmblookup.c
index a066b072644..c2259204696 100644
--- a/source/utils/nmblookup.c
+++ b/source/utils/nmblookup.c
@@ -85,7 +85,7 @@ static void usage(void)
printf("\t-i NetBIOS scope Use the given NetBIOS scope for name queries\n");
printf("\t-s smb.conf file Use the given path to the smb.conf file\n");
printf("\t-h Print this help message.\n");
- printf("\n if name is \"-\", lookup __MSBROWSE__<01>\n");
+ printf("\n If you specify -M and name is \"-\", nmblookup looks up __MSBROWSE__<01>\n");
printf("\n");
}