diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-04 06:16:02 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-04 06:16:02 +0000 |
commit | de98a82052f7f8dbd0785d8d5e26f84e19c32252 (patch) | |
tree | ca9edd559996cbd715e1fed6d72af6ef88473e2d /source3/utils/net_rap.c | |
parent | aa1e690ba595b33817bdc5cf32e51a3aaa90c89e (diff) | |
download | samba-de98a82052f7f8dbd0785d8d5e26f84e19c32252.tar.gz |
typo fix
(This used to be commit 660238adcad8abb3f9a1e67eb81419618db77f3d)
Diffstat (limited to 'source3/utils/net_rap.c')
-rw-r--r-- | source3/utils/net_rap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rap.c b/source3/utils/net_rap.c index 40b8dcb6701..8ffbdfe7c07 100644 --- a/source3/utils/net_rap.c +++ b/source3/utils/net_rap.c @@ -1112,7 +1112,7 @@ static int rap_help_usage(int argc, const char **argv) } /* - handle "net help *" subcommands + handle "net help rap *" subcommands */ static int rap_help(int argc, const char **argv) { |