summaryrefslogtreecommitdiffstats
path: root/login-utils/islocal.c
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/islocal.c')
-rw-r--r--login-utils/islocal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/islocal.c b/login-utils/islocal.c
index 1f8516618..0235b781c 100644
--- a/login-utils/islocal.c
+++ b/login-utils/islocal.c
@@ -96,7 +96,7 @@ int main(int argc, char *argv[])
{
atexit(close_stdout);
if (argc <= 2) {
- fprintf(stderr, "usage: %s <passwdfile> <username> [...]\n",
+ fprintf(stderr, _("Usage: %s <passwordfile> <username>...\n"),
argv[0]);
return 1;
} else {