summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-04-10 23:57:20 +0000
committerTim Potter <tpot@samba.org>2000-04-10 23:57:20 +0000
commit543753d42bb2dced8adcf615c1bce7afccf277f1 (patch)
treeb204db8f8f30a8958c68bde43c6cc308ddbd09a1
parentce6c64315d080e441e0aa27bb474fcbf1f6592bf (diff)
downloadsamba-543753d42bb2dced8adcf615c1bce7afccf277f1.tar.gz
samba-543753d42bb2dced8adcf615c1bce7afccf277f1.tar.xz
samba-543753d42bb2dced8adcf615c1bce7afccf277f1.zip
Fixed misspelling of samquerysec
-rw-r--r--source/rpcclient/cmd_samr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/cmd_samr.c b/source/rpcclient/cmd_samr.c
index 3d9d9662d51..454669ca13d 100644
--- a/source/rpcclient/cmd_samr.c
+++ b/source/rpcclient/cmd_samr.c
@@ -2306,7 +2306,7 @@ void cmd_sam_query_sec_obj(struct client_info *info, int argc, char *argv[])
if (argc < 2)
{
- report(out_hnd, "samsecquery <name>\n");
+ report(out_hnd, "samquerysec <name>\n");
return;
}