summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas François <nicolas.francois@centraliens.net>2013-08-06 22:29:40 +0200
committerNicolas François <nicolas.francois@centraliens.net>2013-08-06 22:29:40 +0200
commit94c52130bea6901d5eb9ec862ed73c9095ae33dd (patch)
treedacb2a3f1a17fbe8720a374124e24937ecc6c3df
parentee2b88b7b154708b7307e5b60b6fc454ddf4e465 (diff)
Fix typos.
* src/usermod.c: Fix typos.
-rw-r--r--ChangeLog4
-rw-r--r--src/usermod.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3da6ce8b..80127abe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-08-06 Nicolas François <nicolas.francois@centraliens.net>
+ * src/usermod.c: Fix typos.
+
+2013-08-06 Nicolas François <nicolas.francois@centraliens.net>
+
* man/subgid.5.xml: Reorder words.
* man/subuid.5.xml: Likewise.
diff --git a/src/usermod.c b/src/usermod.c
index 2ba1f0ed..5cf45fd5 100644
--- a/src/usermod.c
+++ b/src/usermod.c
@@ -410,9 +410,9 @@ static /*@noreturn@*/void usage (int status)
(void) fputs (_(" -u, --uid UID new UID for the user account\n"), usageout);
(void) fputs (_(" -U, --unlock unlock the user account\n"), usageout);
(void) fputs (_(" -v, --add-subuids FIRST-LAST add range of subordinate uids\n"), usageout);
- (void) fputs (_(" -V, --del-subuids FIRST-LAST remvoe range of subordinate uids\n"), usageout);
+ (void) fputs (_(" -V, --del-subuids FIRST-LAST remove range of subordinate uids\n"), usageout);
(void) fputs (_(" -w, --add-subgids FIRST-LAST add range of subordinate gids\n"), usageout);
- (void) fputs (_(" -W, --del-subgids FIRST-LAST remvoe range of subordinate gids\n"), usageout);
+ (void) fputs (_(" -W, --del-subgids FIRST-LAST remove range of subordinate gids\n"), usageout);
#ifdef WITH_SELINUX
(void) fputs (_(" -Z, --selinux-user SEUSER new SELinux user mapping for the user account\n"), usageout);
#endif /* WITH_SELINUX */