diff options
author | Kai Blin <kai@samba.org> | 2010-01-19 09:23:42 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-01-19 10:07:36 +0100 |
commit | 09bc13728fc76cf784914a4066c793c297e50cff (patch) | |
tree | 3ef64513d96533b10e7fc9476978a37264af954f /source3/utils/net_idmap.c | |
parent | 28b512f904cee5a79aefd0aca2d839dbe37e5519 (diff) | |
download | samba-09bc13728fc76cf784914a4066c793c297e50cff.tar.gz samba-09bc13728fc76cf784914a4066c793c297e50cff.tar.xz samba-09bc13728fc76cf784914a4066c793c297e50cff.zip |
s3 net/i18n: Use only one spelling for "Usage:"
Diffstat (limited to 'source3/utils/net_idmap.c')
-rw-r--r-- | source3/utils/net_idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c index 7ad655bd4e..d1400db553 100644 --- a/source3/utils/net_idmap.c +++ b/source3/utils/net_idmap.c @@ -337,7 +337,7 @@ static int net_idmap_aclmapset(struct net_context *c, int argc, const char **arg NTSTATUS status; if (argc != 3 || c->display_usage) { - d_fprintf(stderr, _("usage:")," net idmap aclmapset <tdb> " + d_fprintf(stderr, _("Usage:")," net idmap aclmapset <tdb> " "<src-sid> <dst-sid>\n"); return -1; } |