diff options
author | nekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7> | 2011-11-14 19:11:57 +0000 |
---|---|---|
committer | nekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7> | 2011-11-14 19:11:57 +0000 |
commit | 913827c3c1c02c6acd9cff10594af0659c25c8a3 (patch) | |
tree | 0e3a3077e791c35f1f6783ffcced471745fe33bc | |
parent | 5fdb900d7ba939a668d860086edb27f3a50e3bf4 (diff) | |
download | shadow-913827c3c1c02c6acd9cff10594af0659c25c8a3.tar.gz |
Update groupmod usage with --root option.
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/grouptools/groupmod/21_groupmod_change_gid_error_no_group/data/groupmod.err b/tests/grouptools/groupmod/21_groupmod_change_gid_error_no_group/data/groupmod.err index d611f570..c9b28d71 100644 --- a/tests/grouptools/groupmod/21_groupmod_change_gid_error_no_group/data/groupmod.err +++ b/tests/grouptools/groupmod/21_groupmod_change_gid_error_no_group/data/groupmod.err @@ -7,4 +7,5 @@ Options: -o, --non-unique allow to use a duplicate (non-unique) GID -p, --password PASSWORD change the password to this (encrypted) PASSWORD + -R, --root CHROOT_DIR directory to chroot into diff --git a/tests/grouptools/groupmod/28_groupmod_usage/data/usage.out b/tests/grouptools/groupmod/28_groupmod_usage/data/usage.out index d611f570..c9b28d71 100644 --- a/tests/grouptools/groupmod/28_groupmod_usage/data/usage.out +++ b/tests/grouptools/groupmod/28_groupmod_usage/data/usage.out @@ -7,4 +7,5 @@ Options: -o, --non-unique allow to use a duplicate (non-unique) GID -p, --password PASSWORD change the password to this (encrypted) PASSWORD + -R, --root CHROOT_DIR directory to chroot into diff --git a/tests/grouptools/groupmod/32_groupmod_-o_without_-g/data/groupmod.err b/tests/grouptools/groupmod/32_groupmod_-o_without_-g/data/groupmod.err index d611f570..c9b28d71 100644 --- a/tests/grouptools/groupmod/32_groupmod_-o_without_-g/data/groupmod.err +++ b/tests/grouptools/groupmod/32_groupmod_-o_without_-g/data/groupmod.err @@ -7,4 +7,5 @@ Options: -o, --non-unique allow to use a duplicate (non-unique) GID -p, --password PASSWORD change the password to this (encrypted) PASSWORD + -R, --root CHROOT_DIR directory to chroot into |