summaryrefslogtreecommitdiff
path: root/it
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-04-28 10:38:51 +0000
committerFrans Pop <elendil@planet.nl>2008-04-28 10:38:51 +0000
commit6a77d37c72ccaedf2e80b04d053169f5531a3f94 (patch)
tree72ae5bc7894a7946bbcc1a652901545507428009 /it
parent57c9acbf0efdc04b4c925cd56e4bbd99ce6f2562 (diff)
downloadinstallation-guide-6a77d37c72ccaedf2e80b04d053169f5531a3f94.zip
Let mkpasswd example match man page; also update translations
Diffstat (limited to 'it')
-rw-r--r--it/appendix/preseed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/it/appendix/preseed.xml b/it/appendix/preseed.xml
index cbb2b850d..d9b08a97b 100644
--- a/it/appendix/preseed.xml
+++ b/it/appendix/preseed.xml
@@ -1980,7 +1980,7 @@ An MD5 hash for a password can be generated using the following command.
Un hash MD5 di una password può essere creato usando il seguente comando.
<informalexample><screen>
-$ echo "r00tme" | mkpasswd -s -H MD5
+$ echo "r00tme" | mkpasswd -s -m md5
</screen></informalexample>
</para>