From bb38f48f6f2b5a5b8803c622e40107bb15876625 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Fri, 15 Mar 2002 20:03:07 +0000 Subject: Some help cleanups. Formatting and consistency issues. Line up text nicely, and make 'net help rap user' the same as 'net rap user help'...stuff like that (This used to be commit 17775dae28c724b11cc73f2aeac5f07f9656046c) --- source3/utils/net_lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_lookup.c') diff --git a/source3/utils/net_lookup.c b/source3/utils/net_lookup.c index fd8b9d24ef..0cc1ff579f 100644 --- a/source3/utils/net_lookup.c +++ b/source3/utils/net_lookup.c @@ -23,7 +23,7 @@ int net_lookup_usage(int argc, const char **argv) { d_printf( -"net lookup host HOSTNAME \n\tgives IP for a hostname\n\n"\ +" net lookup host HOSTNAME \n\tgives IP for a hostname\n\n"\ "\n"); return -1; } -- cgit