diff options
author | Jim McDonough <jmcd@samba.org> | 2002-03-15 20:03:07 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-03-15 20:03:07 +0000 |
commit | 17775dae28c724b11cc73f2aeac5f07f9656046c (patch) | |
tree | 2a6226282029356cf01cc341ccb3d5c63b576ff8 /source/utils/net_lookup.c | |
parent | e7ae8003cb4fdc93db5f842754884a6d2ec93dc0 (diff) | |
download | samba-17775dae28c724b11cc73f2aeac5f07f9656046c.tar.gz samba-17775dae28c724b11cc73f2aeac5f07f9656046c.tar.xz samba-17775dae28c724b11cc73f2aeac5f07f9656046c.zip |
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
Diffstat (limited to 'source/utils/net_lookup.c')
-rw-r--r-- | source/utils/net_lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/net_lookup.c b/source/utils/net_lookup.c index fd8b9d24ef8..0cc1ff579f6 100644 --- a/source/utils/net_lookup.c +++ b/source/utils/net_lookup.c @@ -23,7 +23,7 @@ int net_lookup_usage(int argc, const char **argv) { d_printf( -"net lookup host HOSTNAME <type>\n\tgives IP for a hostname\n\n"\ +" net lookup host HOSTNAME <type>\n\tgives IP for a hostname\n\n"\ "\n"); return -1; } |