summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-12-23 20:25:21 +0000
committerJohn Terpstra <jht@samba.org>2003-12-23 20:25:21 +0000
commit1d2cfc684568de82d3c809d44811625986db978e (patch)
treeb00f9ef96e6ac59487dbd113e515d18502bb2b50 /source3/nsswitch/wbinfo.c
parent033fc98a6e340c3a87c20cc117384caa4ed36a30 (diff)
downloadsamba-1d2cfc684568de82d3c809d44811625986db978e.tar.gz
samba-1d2cfc684568de82d3c809d44811625986db978e.tar.bz2
samba-1d2cfc684568de82d3c809d44811625986db978e.zip
Fix typo.
(This used to be commit 46b2fb4db5c7e273a9b43c59340a0a47ade5bd5e)
Diffstat (limited to 'source3/nsswitch/wbinfo.c')
-rw-r--r--source3/nsswitch/wbinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c
index 1256ec3a3b..059ea10da6 100644
--- a/source3/nsswitch/wbinfo.c
+++ b/source3/nsswitch/wbinfo.c
@@ -960,7 +960,7 @@ int main(int argc, char **argv)
{ "set-auth-user", 0, POPT_ARG_STRING, &string_arg, OPT_SET_AUTH_USER, "Store user and password used by winbindd (root only)", "user%password" },
{ "get-auth-user", 0, POPT_ARG_NONE, NULL, OPT_GET_AUTH_USER, "Retrieve user and password used by winbindd (root only)", NULL },
{ "ping", 'p', POPT_ARG_NONE, 0, 'p', "Ping winbindd to see if it is alive" },
- { "domain", 0, POPT_ARG_STRING, &opt_domain_name, OPT_DOMAIN_NAME, "Define to the domain to restrict operatio", "domain" },
+ { "domain", 0, POPT_ARG_STRING, &opt_domain_name, OPT_DOMAIN_NAME, "Define to the domain to restrict operation", "domain" },
POPT_COMMON_VERSION
POPT_TABLEEND
};