From 48841074a00c1585b3f76e721fd82f84799706b5 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 15 Jan 2012 14:20:17 +0000 Subject: [PATCH] Updated chgpasswd usage message. --- tests/grouptools/chgpasswd/06_chgpasswd_usage/data/usage.out | 2 +- .../chgpasswd/07_chgpasswd_usage_bad_option/data/usage.out | 2 +- .../chgpasswd/08_chgpasswd_usage-e-m_exclusive/data/usage.out | 2 +- .../chgpasswd/09_chgpasswd_usage-e-c_exclusive/data/usage.out | 2 +- .../chgpasswd/10_chgpasswd_usage-m-c_exclusive/data/usage.out | 2 +- .../chgpasswd/11_chgpasswd_usage-s_without-c/data/usage.out | 2 +- .../chgpasswd/12_chgpasswd_usage-s_invalid/data/usage.out | 2 +- .../chgpasswd/13_chgpasswd_usage-c_invalid/data/usage.out | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/grouptools/chgpasswd/06_chgpasswd_usage/data/usage.out b/tests/grouptools/chgpasswd/06_chgpasswd_usage/data/usage.out index 4a4c036b..46b49c3d 100644 --- a/tests/grouptools/chgpasswd/06_chgpasswd_usage/data/usage.out +++ b/tests/grouptools/chgpasswd/06_chgpasswd_usage/data/usage.out @@ -1,7 +1,7 @@ Usage: chgpasswd [options] Options: - -c, --crypt-method the crypt method (one of NONE DES MD5 SHA256 SHA512) + -c, --crypt-method METHOD the crypt method (one of NONE DES MD5 SHA256 SHA512) -e, --encrypted supplied passwords are encrypted -h, --help display this help message and exit -m, --md5 encrypt the clear text password using diff --git a/tests/grouptools/chgpasswd/07_chgpasswd_usage_bad_option/data/usage.out b/tests/grouptools/chgpasswd/07_chgpasswd_usage_bad_option/data/usage.out index 76b70ecc..e96d97c2 100644 --- a/tests/grouptools/chgpasswd/07_chgpasswd_usage_bad_option/data/usage.out +++ b/tests/grouptools/chgpasswd/07_chgpasswd_usage_bad_option/data/usage.out @@ -2,7 +2,7 @@ chgpasswd: unrecognized option '--foo' Usage: chgpasswd [options] Options: - -c, --crypt-method the crypt method (one of NONE DES MD5 SHA256 SHA512) + -c, --crypt-method METHOD the crypt method (one of NONE DES MD5 SHA256 SHA512) -e, --encrypted supplied passwords are encrypted -h, --help display this help message and exit -m, --md5 encrypt the clear text password using diff --git a/tests/grouptools/chgpasswd/08_chgpasswd_usage-e-m_exclusive/data/usage.out b/tests/grouptools/chgpasswd/08_chgpasswd_usage-e-m_exclusive/data/usage.out index d75f03b9..d3a57b61 100644 --- a/tests/grouptools/chgpasswd/08_chgpasswd_usage-e-m_exclusive/data/usage.out +++ b/tests/grouptools/chgpasswd/08_chgpasswd_usage-e-m_exclusive/data/usage.out @@ -2,7 +2,7 @@ chgpasswd: the -c, -e, and -m flags are exclusive Usage: chgpasswd [options] Options: - -c, --crypt-method the crypt method (one of NONE DES MD5 SHA256 SHA512) + -c, --crypt-method METHOD the crypt method (one of NONE DES MD5 SHA256 SHA512) -e, --encrypted supplied passwords are encrypted -h, --help display this help message and exit -m, --md5 encrypt the clear text password using diff --git a/tests/grouptools/chgpasswd/09_chgpasswd_usage-e-c_exclusive/data/usage.out b/tests/grouptools/chgpasswd/09_chgpasswd_usage-e-c_exclusive/data/usage.out index d75f03b9..d3a57b61 100644 --- a/tests/grouptools/chgpasswd/09_chgpasswd_usage-e-c_exclusive/data/usage.out +++ b/tests/grouptools/chgpasswd/09_chgpasswd_usage-e-c_exclusive/data/usage.out @@ -2,7 +2,7 @@ chgpasswd: the -c, -e, and -m flags are exclusive Usage: chgpasswd [options] Options: - -c, --crypt-method the crypt method (one of NONE DES MD5 SHA256 SHA512) + -c, --crypt-method METHOD the crypt method (one of NONE DES MD5 SHA256 SHA512) -e, --encrypted supplied passwords are encrypted -h, --help display this help message and exit -m, --md5 encrypt the clear text password using diff --git a/tests/grouptools/chgpasswd/10_chgpasswd_usage-m-c_exclusive/data/usage.out b/tests/grouptools/chgpasswd/10_chgpasswd_usage-m-c_exclusive/data/usage.out index d75f03b9..d3a57b61 100644 --- a/tests/grouptools/chgpasswd/10_chgpasswd_usage-m-c_exclusive/data/usage.out +++ b/tests/grouptools/chgpasswd/10_chgpasswd_usage-m-c_exclusive/data/usage.out @@ -2,7 +2,7 @@ chgpasswd: the -c, -e, and -m flags are exclusive Usage: chgpasswd [options] Options: - -c, --crypt-method the crypt method (one of NONE DES MD5 SHA256 SHA512) + -c, --crypt-method METHOD the crypt method (one of NONE DES MD5 SHA256 SHA512) -e, --encrypted supplied passwords are encrypted -h, --help display this help message and exit -m, --md5 encrypt the clear text password using diff --git a/tests/grouptools/chgpasswd/11_chgpasswd_usage-s_without-c/data/usage.out b/tests/grouptools/chgpasswd/11_chgpasswd_usage-s_without-c/data/usage.out index 6b5f7e86..4bd98d4f 100644 --- a/tests/grouptools/chgpasswd/11_chgpasswd_usage-s_without-c/data/usage.out +++ b/tests/grouptools/chgpasswd/11_chgpasswd_usage-s_without-c/data/usage.out @@ -2,7 +2,7 @@ chgpasswd: -s flag is only allowed with the -c flag Usage: chgpasswd [options] Options: - -c, --crypt-method the crypt method (one of NONE DES MD5 SHA256 SHA512) + -c, --crypt-method METHOD the crypt method (one of NONE DES MD5 SHA256 SHA512) -e, --encrypted supplied passwords are encrypted -h, --help display this help message and exit -m, --md5 encrypt the clear text password using diff --git a/tests/grouptools/chgpasswd/12_chgpasswd_usage-s_invalid/data/usage.out b/tests/grouptools/chgpasswd/12_chgpasswd_usage-s_invalid/data/usage.out index 8cf9a828..690a5025 100644 --- a/tests/grouptools/chgpasswd/12_chgpasswd_usage-s_invalid/data/usage.out +++ b/tests/grouptools/chgpasswd/12_chgpasswd_usage-s_invalid/data/usage.out @@ -2,7 +2,7 @@ chgpasswd: invalid numeric argument '12foo' Usage: chgpasswd [options] Options: - -c, --crypt-method the crypt method (one of NONE DES MD5 SHA256 SHA512) + -c, --crypt-method METHOD the crypt method (one of NONE DES MD5 SHA256 SHA512) -e, --encrypted supplied passwords are encrypted -h, --help display this help message and exit -m, --md5 encrypt the clear text password using diff --git a/tests/grouptools/chgpasswd/13_chgpasswd_usage-c_invalid/data/usage.out b/tests/grouptools/chgpasswd/13_chgpasswd_usage-c_invalid/data/usage.out index 8df9397e..a103cd59 100644 --- a/tests/grouptools/chgpasswd/13_chgpasswd_usage-c_invalid/data/usage.out +++ b/tests/grouptools/chgpasswd/13_chgpasswd_usage-c_invalid/data/usage.out @@ -2,7 +2,7 @@ chgpasswd: unsupported crypt method: SHA513 Usage: chgpasswd [options] Options: - -c, --crypt-method the crypt method (one of NONE DES MD5 SHA256 SHA512) + -c, --crypt-method METHOD the crypt method (one of NONE DES MD5 SHA256 SHA512) -e, --encrypted supplied passwords are encrypted -h, --help display this help message and exit -m, --md5 encrypt the clear text password using