[Pkg-shadow-commits] r3663 - in debian/trunk/tests/grouptools/chgpasswd: 06_chgpasswd_usage/data 07_chgpasswd_usage_bad_option/data 08_chgpasswd_usage-e-m_exclusive/data 09_chgpasswd_usage-e-c_exclusive/data 10_chgpasswd_usage-m-c_exclusive/data 11_chgpasswd_usage-s_without-c/data 12_chgpasswd_usage-s_invalid/data 13_chgpasswd_usage-c_invalid/data

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun Jan 15 14:20:17 UTC 2012


Author: nekral-guest
Date: 2012-01-15 14:20:17 +0000 (Sun, 15 Jan 2012)
New Revision: 3663

Modified:
   debian/trunk/tests/grouptools/chgpasswd/06_chgpasswd_usage/data/usage.out
   debian/trunk/tests/grouptools/chgpasswd/07_chgpasswd_usage_bad_option/data/usage.out
   debian/trunk/tests/grouptools/chgpasswd/08_chgpasswd_usage-e-m_exclusive/data/usage.out
   debian/trunk/tests/grouptools/chgpasswd/09_chgpasswd_usage-e-c_exclusive/data/usage.out
   debian/trunk/tests/grouptools/chgpasswd/10_chgpasswd_usage-m-c_exclusive/data/usage.out
   debian/trunk/tests/grouptools/chgpasswd/11_chgpasswd_usage-s_without-c/data/usage.out
   debian/trunk/tests/grouptools/chgpasswd/12_chgpasswd_usage-s_invalid/data/usage.out
   debian/trunk/tests/grouptools/chgpasswd/13_chgpasswd_usage-c_invalid/data/usage.out
Log:
Updated chgpasswd usage message.


Modified: debian/trunk/tests/grouptools/chgpasswd/06_chgpasswd_usage/data/usage.out
===================================================================
--- debian/trunk/tests/grouptools/chgpasswd/06_chgpasswd_usage/data/usage.out	2012-01-14 13:29:44 UTC (rev 3662)
+++ debian/trunk/tests/grouptools/chgpasswd/06_chgpasswd_usage/data/usage.out	2012-01-15 14:20:17 UTC (rev 3663)
@@ -1,7 +1,7 @@
 Usage: chgpasswd [options]
 
 Options:
-  -c, --crypt-method <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

Modified: debian/trunk/tests/grouptools/chgpasswd/07_chgpasswd_usage_bad_option/data/usage.out
===================================================================
--- debian/trunk/tests/grouptools/chgpasswd/07_chgpasswd_usage_bad_option/data/usage.out	2012-01-14 13:29:44 UTC (rev 3662)
+++ debian/trunk/tests/grouptools/chgpasswd/07_chgpasswd_usage_bad_option/data/usage.out	2012-01-15 14:20:17 UTC (rev 3663)
@@ -2,7 +2,7 @@
 Usage: chgpasswd [options]
 
 Options:
-  -c, --crypt-method <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

Modified: debian/trunk/tests/grouptools/chgpasswd/08_chgpasswd_usage-e-m_exclusive/data/usage.out
===================================================================
--- debian/trunk/tests/grouptools/chgpasswd/08_chgpasswd_usage-e-m_exclusive/data/usage.out	2012-01-14 13:29:44 UTC (rev 3662)
+++ debian/trunk/tests/grouptools/chgpasswd/08_chgpasswd_usage-e-m_exclusive/data/usage.out	2012-01-15 14:20:17 UTC (rev 3663)
@@ -2,7 +2,7 @@
 Usage: chgpasswd [options]
 
 Options:
-  -c, --crypt-method <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

Modified: debian/trunk/tests/grouptools/chgpasswd/09_chgpasswd_usage-e-c_exclusive/data/usage.out
===================================================================
--- debian/trunk/tests/grouptools/chgpasswd/09_chgpasswd_usage-e-c_exclusive/data/usage.out	2012-01-14 13:29:44 UTC (rev 3662)
+++ debian/trunk/tests/grouptools/chgpasswd/09_chgpasswd_usage-e-c_exclusive/data/usage.out	2012-01-15 14:20:17 UTC (rev 3663)
@@ -2,7 +2,7 @@
 Usage: chgpasswd [options]
 
 Options:
-  -c, --crypt-method <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

Modified: debian/trunk/tests/grouptools/chgpasswd/10_chgpasswd_usage-m-c_exclusive/data/usage.out
===================================================================
--- debian/trunk/tests/grouptools/chgpasswd/10_chgpasswd_usage-m-c_exclusive/data/usage.out	2012-01-14 13:29:44 UTC (rev 3662)
+++ debian/trunk/tests/grouptools/chgpasswd/10_chgpasswd_usage-m-c_exclusive/data/usage.out	2012-01-15 14:20:17 UTC (rev 3663)
@@ -2,7 +2,7 @@
 Usage: chgpasswd [options]
 
 Options:
-  -c, --crypt-method <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

Modified: debian/trunk/tests/grouptools/chgpasswd/11_chgpasswd_usage-s_without-c/data/usage.out
===================================================================
--- debian/trunk/tests/grouptools/chgpasswd/11_chgpasswd_usage-s_without-c/data/usage.out	2012-01-14 13:29:44 UTC (rev 3662)
+++ debian/trunk/tests/grouptools/chgpasswd/11_chgpasswd_usage-s_without-c/data/usage.out	2012-01-15 14:20:17 UTC (rev 3663)
@@ -2,7 +2,7 @@
 Usage: chgpasswd [options]
 
 Options:
-  -c, --crypt-method <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

Modified: debian/trunk/tests/grouptools/chgpasswd/12_chgpasswd_usage-s_invalid/data/usage.out
===================================================================
--- debian/trunk/tests/grouptools/chgpasswd/12_chgpasswd_usage-s_invalid/data/usage.out	2012-01-14 13:29:44 UTC (rev 3662)
+++ debian/trunk/tests/grouptools/chgpasswd/12_chgpasswd_usage-s_invalid/data/usage.out	2012-01-15 14:20:17 UTC (rev 3663)
@@ -2,7 +2,7 @@
 Usage: chgpasswd [options]
 
 Options:
-  -c, --crypt-method <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

Modified: debian/trunk/tests/grouptools/chgpasswd/13_chgpasswd_usage-c_invalid/data/usage.out
===================================================================
--- debian/trunk/tests/grouptools/chgpasswd/13_chgpasswd_usage-c_invalid/data/usage.out	2012-01-14 13:29:44 UTC (rev 3662)
+++ debian/trunk/tests/grouptools/chgpasswd/13_chgpasswd_usage-c_invalid/data/usage.out	2012-01-15 14:20:17 UTC (rev 3663)
@@ -2,7 +2,7 @@
 Usage: chgpasswd [options]
 
 Options:
-  -c, --crypt-method <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




More information about the Pkg-shadow-commits mailing list