diff options
author | Günther Deschner <gd@samba.org> | 2010-08-06 17:38:15 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-06 17:38:15 +0200 |
commit | 16949ef75a91adf68c2888cb4cb0d7f802e8781e (patch) | |
tree | b02a7650c0ad618f68781bdbf00d7ce846175ea6 /source3/utils | |
parent | 0f8e032628865861b356755b4fbafb6fbfeddbeb (diff) | |
download | samba-16949ef75a91adf68c2888cb4cb0d7f802e8781e.tar.gz samba-16949ef75a91adf68c2888cb4cb0d7f802e8781e.tar.bz2 samba-16949ef75a91adf68c2888cb4cb0d7f802e8781e.zip |
s3-net: fix copy/paste typo in usage of "net printing".
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_printing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_printing.c b/source3/utils/net_printing.c index 81e0515e6a..634b6766c9 100644 --- a/source3/utils/net_printing.c +++ b/source3/utils/net_printing.c @@ -717,7 +717,7 @@ int net_printing(struct net_context *c, int argc, const char **argv) "dump", net_printing_dump, NET_TRANSPORT_LOCAL, - N_("Dump eventlog"), + N_("Dump printer databases"), N_("net printing dump\n" " Dump tdb printing file") }, |