diff --git a/tests/usertools/chpasswd-PAM/06_chpasswd_usage/data/usage.out b/tests/usertools/chpasswd-PAM/06_chpasswd_usage/data/usage.out index b44956ae..f1ad47b4 100644 --- a/tests/usertools/chpasswd-PAM/06_chpasswd_usage/data/usage.out +++ b/tests/usertools/chpasswd-PAM/06_chpasswd_usage/data/usage.out @@ -6,6 +6,7 @@ Options: -h, --help display this help message and exit -m, --md5 encrypt the clear text password using the MD5 algorithm + -R, --root CHROOT_DIR directory to chroot into -s, --sha-rounds number of SHA rounds for the SHA* crypt algorithms diff --git a/tests/usertools/chpasswd-PAM/07_chpasswd_usage_bad_option/data/usage.out b/tests/usertools/chpasswd-PAM/07_chpasswd_usage_bad_option/data/usage.out index 389147bd..af9b051e 100644 --- a/tests/usertools/chpasswd-PAM/07_chpasswd_usage_bad_option/data/usage.out +++ b/tests/usertools/chpasswd-PAM/07_chpasswd_usage_bad_option/data/usage.out @@ -7,6 +7,7 @@ Options: -h, --help display this help message and exit -m, --md5 encrypt the clear text password using the MD5 algorithm + -R, --root CHROOT_DIR directory to chroot into -s, --sha-rounds number of SHA rounds for the SHA* crypt algorithms diff --git a/tests/usertools/chpasswd-PAM/08_chpasswd_usage-e-m_exclusive/data/usage.out b/tests/usertools/chpasswd-PAM/08_chpasswd_usage-e-m_exclusive/data/usage.out index 7cd9349c..32f2e381 100644 --- a/tests/usertools/chpasswd-PAM/08_chpasswd_usage-e-m_exclusive/data/usage.out +++ b/tests/usertools/chpasswd-PAM/08_chpasswd_usage-e-m_exclusive/data/usage.out @@ -7,6 +7,7 @@ Options: -h, --help display this help message and exit -m, --md5 encrypt the clear text password using the MD5 algorithm + -R, --root CHROOT_DIR directory to chroot into -s, --sha-rounds number of SHA rounds for the SHA* crypt algorithms diff --git a/tests/usertools/chpasswd-PAM/09_chpasswd_usage-e-c_exclusive/data/usage.out b/tests/usertools/chpasswd-PAM/09_chpasswd_usage-e-c_exclusive/data/usage.out index 7cd9349c..32f2e381 100644 --- a/tests/usertools/chpasswd-PAM/09_chpasswd_usage-e-c_exclusive/data/usage.out +++ b/tests/usertools/chpasswd-PAM/09_chpasswd_usage-e-c_exclusive/data/usage.out @@ -7,6 +7,7 @@ Options: -h, --help display this help message and exit -m, --md5 encrypt the clear text password using the MD5 algorithm + -R, --root CHROOT_DIR directory to chroot into -s, --sha-rounds number of SHA rounds for the SHA* crypt algorithms diff --git a/tests/usertools/chpasswd-PAM/10_chpasswd_usage-m-c_exclusive/data/usage.out b/tests/usertools/chpasswd-PAM/10_chpasswd_usage-m-c_exclusive/data/usage.out index 7cd9349c..32f2e381 100644 --- a/tests/usertools/chpasswd-PAM/10_chpasswd_usage-m-c_exclusive/data/usage.out +++ b/tests/usertools/chpasswd-PAM/10_chpasswd_usage-m-c_exclusive/data/usage.out @@ -7,6 +7,7 @@ Options: -h, --help display this help message and exit -m, --md5 encrypt the clear text password using the MD5 algorithm + -R, --root CHROOT_DIR directory to chroot into -s, --sha-rounds number of SHA rounds for the SHA* crypt algorithms diff --git a/tests/usertools/chpasswd-PAM/11_chpasswd_usage-s_without-c/data/usage.out b/tests/usertools/chpasswd-PAM/11_chpasswd_usage-s_without-c/data/usage.out index 660bd95f..3562b375 100644 --- a/tests/usertools/chpasswd-PAM/11_chpasswd_usage-s_without-c/data/usage.out +++ b/tests/usertools/chpasswd-PAM/11_chpasswd_usage-s_without-c/data/usage.out @@ -7,6 +7,7 @@ Options: -h, --help display this help message and exit -m, --md5 encrypt the clear text password using the MD5 algorithm + -R, --root CHROOT_DIR directory to chroot into -s, --sha-rounds number of SHA rounds for the SHA* crypt algorithms diff --git a/tests/usertools/chpasswd-PAM/12_chpasswd_usage-s_invalid/data/usage.out b/tests/usertools/chpasswd-PAM/12_chpasswd_usage-s_invalid/data/usage.out index 344b0a3f..1ce1fa1f 100644 --- a/tests/usertools/chpasswd-PAM/12_chpasswd_usage-s_invalid/data/usage.out +++ b/tests/usertools/chpasswd-PAM/12_chpasswd_usage-s_invalid/data/usage.out @@ -7,6 +7,7 @@ Options: -h, --help display this help message and exit -m, --md5 encrypt the clear text password using the MD5 algorithm + -R, --root CHROOT_DIR directory to chroot into -s, --sha-rounds number of SHA rounds for the SHA* crypt algorithms diff --git a/tests/usertools/chpasswd-PAM/13_chpasswd_usage-c_invalid/data/usage.out b/tests/usertools/chpasswd-PAM/13_chpasswd_usage-c_invalid/data/usage.out index 429f0e8c..5b70915e 100644 --- a/tests/usertools/chpasswd-PAM/13_chpasswd_usage-c_invalid/data/usage.out +++ b/tests/usertools/chpasswd-PAM/13_chpasswd_usage-c_invalid/data/usage.out @@ -7,6 +7,7 @@ Options: -h, --help display this help message and exit -m, --md5 encrypt the clear text password using the MD5 algorithm + -R, --root CHROOT_DIR directory to chroot into -s, --sha-rounds number of SHA rounds for the SHA* crypt algorithms diff --git a/tests/usertools/userdel/01_userdel_usage/data/usage.out b/tests/usertools/userdel/01_userdel_usage/data/usage.out index 8f95012c..d7b8c226 100644 --- a/tests/usertools/userdel/01_userdel_usage/data/usage.out +++ b/tests/usertools/userdel/01_userdel_usage/data/usage.out @@ -5,4 +5,5 @@ Options: even if not owned by user -h, --help display this help message and exit -r, --remove remove home directory and mail spool + -R, --root CHROOT_DIR directory to chroot into diff --git a/tests/usertools/userdel/02_userdel_usage_invalid_option/data/usage.out b/tests/usertools/userdel/02_userdel_usage_invalid_option/data/usage.out index 4ad3bd75..e04ddc58 100644 --- a/tests/usertools/userdel/02_userdel_usage_invalid_option/data/usage.out +++ b/tests/usertools/userdel/02_userdel_usage_invalid_option/data/usage.out @@ -6,4 +6,5 @@ Options: even if not owned by user -h, --help display this help message and exit -r, --remove remove home directory and mail spool + -R, --root CHROOT_DIR directory to chroot into diff --git a/tests/usertools/userdel/03_userdel_usage_no_users/data/usage.out b/tests/usertools/userdel/03_userdel_usage_no_users/data/usage.out index 8f95012c..d7b8c226 100644 --- a/tests/usertools/userdel/03_userdel_usage_no_users/data/usage.out +++ b/tests/usertools/userdel/03_userdel_usage_no_users/data/usage.out @@ -5,4 +5,5 @@ Options: even if not owned by user -h, --help display this help message and exit -r, --remove remove home directory and mail spool + -R, --root CHROOT_DIR directory to chroot into diff --git a/tests/usertools/userdel/04_userdel_usage_2_users/data/usage.out b/tests/usertools/userdel/04_userdel_usage_2_users/data/usage.out index 8f95012c..d7b8c226 100644 --- a/tests/usertools/userdel/04_userdel_usage_2_users/data/usage.out +++ b/tests/usertools/userdel/04_userdel_usage_2_users/data/usage.out @@ -5,4 +5,5 @@ Options: even if not owned by user -h, --help display this help message and exit -r, --remove remove home directory and mail spool + -R, --root CHROOT_DIR directory to chroot into diff --git a/tests/usertools/usermod/10_usermod_usage/data/usage.out b/tests/usertools/usermod/10_usermod_usage/data/usage.out index 3e1772c0..c99ff91b 100644 --- a/tests/usertools/usermod/10_usermod_usage/data/usage.out +++ b/tests/usertools/usermod/10_usermod_usage/data/usage.out @@ -18,6 +18,7 @@ Options: new location (use only with -d) -o, --non-unique allow using duplicate (non-unique) UID -p, --password PASSWORD use encrypted password for the new password + -R, --root CHROOT_DIR directory to chroot into -s, --shell SHELL new login shell for the user account -u, --uid UID new UID for the user account -U, --unlock unlock the user account diff --git a/tests/usertools/usermod/11_usermod_usage_bad_option/data/usage.out b/tests/usertools/usermod/11_usermod_usage_bad_option/data/usage.out index c1ebbd79..8d88b998 100644 --- a/tests/usertools/usermod/11_usermod_usage_bad_option/data/usage.out +++ b/tests/usertools/usermod/11_usermod_usage_bad_option/data/usage.out @@ -19,6 +19,7 @@ Options: new location (use only with -d) -o, --non-unique allow using duplicate (non-unique) UID -p, --password PASSWORD use encrypted password for the new password + -R, --root CHROOT_DIR directory to chroot into -s, --shell SHELL new login shell for the user account -u, --uid UID new UID for the user account -U, --unlock unlock the user account diff --git a/tests/usertools/usermod/14_usermod_usage_no_options/data/usage.out b/tests/usertools/usermod/14_usermod_usage_no_options/data/usage.out index 597adba1..7033487e 100644 --- a/tests/usertools/usermod/14_usermod_usage_no_options/data/usage.out +++ b/tests/usertools/usermod/14_usermod_usage_no_options/data/usage.out @@ -19,6 +19,7 @@ Options: new location (use only with -d) -o, --non-unique allow using duplicate (non-unique) UID -p, --password PASSWORD use encrypted password for the new password + -R, --root CHROOT_DIR directory to chroot into -s, --shell SHELL new login shell for the user account -u, --uid UID new UID for the user account -U, --unlock unlock the user account diff --git a/tests/usertools/usermod/15_usermod_usage_no_user/data/usage.out b/tests/usertools/usermod/15_usermod_usage_no_user/data/usage.out index 3e1772c0..c99ff91b 100644 --- a/tests/usertools/usermod/15_usermod_usage_no_user/data/usage.out +++ b/tests/usertools/usermod/15_usermod_usage_no_user/data/usage.out @@ -18,6 +18,7 @@ Options: new location (use only with -d) -o, --non-unique allow using duplicate (non-unique) UID -p, --password PASSWORD use encrypted password for the new password + -R, --root CHROOT_DIR directory to chroot into -s, --shell SHELL new login shell for the user account -u, --uid UID new UID for the user account -U, --unlock unlock the user account diff --git a/tests/usertools/usermod/18_usermod_usage-L-p_exclusive/data/usage.out b/tests/usertools/usermod/18_usermod_usage-L-p_exclusive/data/usage.out index 4b9bf7f1..0746f7fe 100644 --- a/tests/usertools/usermod/18_usermod_usage-L-p_exclusive/data/usage.out +++ b/tests/usertools/usermod/18_usermod_usage-L-p_exclusive/data/usage.out @@ -19,6 +19,7 @@ Options: new location (use only with -d) -o, --non-unique allow using duplicate (non-unique) UID -p, --password PASSWORD use encrypted password for the new password + -R, --root CHROOT_DIR directory to chroot into -s, --shell SHELL new login shell for the user account -u, --uid UID new UID for the user account -U, --unlock unlock the user account diff --git a/tests/usertools/usermod/19_usermod_usage-L-U_exclusive/data/usage.out b/tests/usertools/usermod/19_usermod_usage-L-U_exclusive/data/usage.out index 4b9bf7f1..0746f7fe 100644 --- a/tests/usertools/usermod/19_usermod_usage-L-U_exclusive/data/usage.out +++ b/tests/usertools/usermod/19_usermod_usage-L-U_exclusive/data/usage.out @@ -19,6 +19,7 @@ Options: new location (use only with -d) -o, --non-unique allow using duplicate (non-unique) UID -p, --password PASSWORD use encrypted password for the new password + -R, --root CHROOT_DIR directory to chroot into -s, --shell SHELL new login shell for the user account -u, --uid UID new UID for the user account -U, --unlock unlock the user account diff --git a/tests/usertools/usermod/20_usermod_usage-p-U_exclusive/data/usage.out b/tests/usertools/usermod/20_usermod_usage-p-U_exclusive/data/usage.out index 4b9bf7f1..0746f7fe 100644 --- a/tests/usertools/usermod/20_usermod_usage-p-U_exclusive/data/usage.out +++ b/tests/usertools/usermod/20_usermod_usage-p-U_exclusive/data/usage.out @@ -19,6 +19,7 @@ Options: new location (use only with -d) -o, --non-unique allow using duplicate (non-unique) UID -p, --password PASSWORD use encrypted password for the new password + -R, --root CHROOT_DIR directory to chroot into -s, --shell SHELL new login shell for the user account -u, --uid UID new UID for the user account -U, --unlock unlock the user account diff --git a/tests/usertools/usermod/30_usermod_usage-a_without-G/data/usage.out b/tests/usertools/usermod/30_usermod_usage-a_without-G/data/usage.out index 05017577..133760bd 100644 --- a/tests/usertools/usermod/30_usermod_usage-a_without-G/data/usage.out +++ b/tests/usertools/usermod/30_usermod_usage-a_without-G/data/usage.out @@ -19,6 +19,7 @@ Options: new location (use only with -d) -o, --non-unique allow using duplicate (non-unique) UID -p, --password PASSWORD use encrypted password for the new password + -R, --root CHROOT_DIR directory to chroot into -s, --shell SHELL new login shell for the user account -u, --uid UID new UID for the user account -U, --unlock unlock the user account diff --git a/tests/usertools/usermod/31_usermod_usage-o_without-u/data/usage.out b/tests/usertools/usermod/31_usermod_usage-o_without-u/data/usage.out index 140e8879..22fe1b2c 100644 --- a/tests/usertools/usermod/31_usermod_usage-o_without-u/data/usage.out +++ b/tests/usertools/usermod/31_usermod_usage-o_without-u/data/usage.out @@ -19,6 +19,7 @@ Options: new location (use only with -d) -o, --non-unique allow using duplicate (non-unique) UID -p, --password PASSWORD use encrypted password for the new password + -R, --root CHROOT_DIR directory to chroot into -s, --shell SHELL new login shell for the user account -u, --uid UID new UID for the user account -U, --unlock unlock the user account diff --git a/tests/usertools/usermod/32_usermod_usage-m_without-d/data/usage.out b/tests/usertools/usermod/32_usermod_usage-m_without-d/data/usage.out index dfe34ca0..eebca806 100644 --- a/tests/usertools/usermod/32_usermod_usage-m_without-d/data/usage.out +++ b/tests/usertools/usermod/32_usermod_usage-m_without-d/data/usage.out @@ -19,6 +19,7 @@ Options: new location (use only with -d) -o, --non-unique allow using duplicate (non-unique) UID -p, --password PASSWORD use encrypted password for the new password + -R, --root CHROOT_DIR directory to chroot into -s, --shell SHELL new login shell for the user account -u, --uid UID new UID for the user account -U, --unlock unlock the user account