diff options
Diffstat (limited to 'nslookup.c')
-rw-r--r-- | nslookup.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/nslookup.c b/nslookup.c index e4bf52f80..82bcf56a1 100644 --- a/nslookup.c +++ b/nslookup.c | |||
@@ -41,7 +41,11 @@ | |||
41 | | + find out how the real nslookup gets the default name server | 41 | | + find out how the real nslookup gets the default name server |
42 | */ | 42 | */ |
43 | 43 | ||
44 | static const char nslookup_usage[] = "nslookup [HOST]\n\nQueries the nameserver for the IP address of the given HOST\n"; | 44 | static const char nslookup_usage[] = "nslookup [HOST]\n" |
45 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
46 | "\nQueries the nameserver for the IP address of the given HOST\n" | ||
47 | #endif | ||
48 | ; | ||
45 | 49 | ||
46 | 50 | ||
47 | /* I have to see how the real nslookup does this. | 51 | /* I have to see how the real nslookup does this. |
@@ -173,4 +177,4 @@ int nslookup_main(int argc, char **argv) | |||
173 | exit( TRUE); | 177 | exit( TRUE); |
174 | } | 178 | } |
175 | 179 | ||
176 | /* $Id: nslookup.c,v 1.8 2000/05/02 00:07:56 erik Exp $ */ | 180 | /* $Id: nslookup.c,v 1.9 2000/05/12 19:41:47 erik Exp $ */ |