summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_sh_acct.c
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-01-19 09:23:42 +0100
committerKai Blin <kai@samba.org>2010-01-19 10:07:36 +0100
commit09bc13728fc76cf784914a4066c793c297e50cff (patch)
tree3ef64513d96533b10e7fc9476978a37264af954f /source3/utils/net_rpc_sh_acct.c
parent28b512f904cee5a79aefd0aca2d839dbe37e5519 (diff)
downloadsamba-09bc13728fc76cf784914a4066c793c297e50cff.tar.gz
samba-09bc13728fc76cf784914a4066c793c297e50cff.tar.bz2
samba-09bc13728fc76cf784914a4066c793c297e50cff.zip
s3 net/i18n: Use only one spelling for "Usage:"
Diffstat (limited to 'source3/utils/net_rpc_sh_acct.c')
-rw-r--r--source3/utils/net_rpc_sh_acct.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/source3/utils/net_rpc_sh_acct.c b/source3/utils/net_rpc_sh_acct.c
index 2f0b0ea764..4289c27183 100644
--- a/source3/utils/net_rpc_sh_acct.c
+++ b/source3/utils/net_rpc_sh_acct.c
@@ -155,7 +155,7 @@ static int account_show(struct net_context *c,
int argc, const char **argv)
{
if (argc != 0) {
- d_fprintf(stderr, _("usage:")," %s\n"), ctx->whoami;
+ d_fprintf(stderr, _("Usage:")," %s\n"), ctx->whoami;
return -1;
}
@@ -226,7 +226,7 @@ static int account_set_badpw(struct net_context *c,
int argc, const char **argv)
{
if (argc != 1) {
- d_fprintf(stderr, _("usage:")," %s <count>\n"), ctx->whoami;
+ d_fprintf(stderr, _("Usage:")," %s <count>\n"), ctx->whoami;
return -1;
}
@@ -256,7 +256,7 @@ static int account_set_lockduration(struct net_context *c,
int argc, const char **argv)
{
if (argc != 1) {
- d_fprintf(stderr, _("usage: %s <count>\n"), ctx->whoami);
+ d_fprintf(stderr, _("Usage: %s <count>\n"), ctx->whoami);
return -1;
}
@@ -286,7 +286,7 @@ static int account_set_resetduration(struct net_context *c,
int argc, const char **argv)
{
if (argc != 1) {
- d_fprintf(stderr, _("usage: %s <count>\n"), ctx->whoami);
+ d_fprintf(stderr, _("Usage: %s <count>\n"), ctx->whoami);
return -1;
}
@@ -316,7 +316,7 @@ static int account_set_minpwage(struct net_context *c,
int argc, const char **argv)
{
if (argc != 1) {
- d_fprintf(stderr, _("usage: %s <count>\n"), ctx->whoami);
+ d_fprintf(stderr, _("Usage: %s <count>\n"), ctx->whoami);
return -1;
}
@@ -346,7 +346,7 @@ static int account_set_maxpwage(struct net_context *c,
int argc, const char **argv)
{
if (argc != 1) {
- d_fprintf(stderr, _("usage: %s <count>\n"), ctx->whoami);
+ d_fprintf(stderr, _("Usage: %s <count>\n"), ctx->whoami);
return -1;
}
@@ -376,7 +376,7 @@ static int account_set_minpwlen(struct net_context *c,
int argc, const char **argv)
{
if (argc != 1) {
- d_fprintf(stderr, _("usage: %s <count>\n"), ctx->whoami);
+ d_fprintf(stderr, _("Usage: %s <count>\n"), ctx->whoami);
return -1;
}
@@ -406,7 +406,7 @@ static int account_set_pwhistlen(struct net_context *c,
int argc, const char **argv)
{
if (argc != 1) {
- d_fprintf(stderr, _("usage: %s <count>\n"), ctx->whoami);
+ d_fprintf(stderr, _("Usage: %s <count>\n"), ctx->whoami);
return -1;
}