diff options
Diffstat (limited to 'source3/utils/net_afs.c')
| -rw-r--r-- | source3/utils/net_afs.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_afs.c b/source3/utils/net_afs.c index 043be17b91..1d17348b45 100644 --- a/source3/utils/net_afs.c +++ b/source3/utils/net_afs.c @@ -35,7 +35,7 @@ int net_afs_key(struct net_context *c, int argc, const char **argv)  	struct afs_keyfile keyfile;  	if (argc != 2) { -		d_printf(_("usage: 'net afs key <keyfile> cell'\n")); +		d_printf(_("usage:")," net afs key <keyfile> cell\n");  		return -1;  	} @@ -68,7 +68,7 @@ int net_afs_impersonate(struct net_context *c, int argc,  	char *token;  	if (argc != 2) { -		fprintf(stderr, _("Usage: net afs impersonate <user> <cell>\n")); +		fprintf(stderr, _("Usage:")," net afs impersonate <user> <cell>\n");  	        exit(1);  	}  | 
