aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pwg2
-rw-r--r--man/man1/pwg.1df6
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/pwg b/bin/pwg
index 219de003..97af3df4 100755
--- a/bin/pwg
+++ b/bin/pwg
@@ -2,6 +2,6 @@
# Shortcut to generate just one strong password with pwgen(1)
# If any arguments are provided, those are used instead
if [ "$#" -eq 0 ] ; then
- set -- --secure -- "${PWGEN_LENGTH:-15}" "${PWGEN_COUNT:-1}"
+ set -- --secure -- "${PWGEN_LENGTH:-16}" "${PWGEN_COUNT:-1}"
fi
pwgen "$@"
diff --git a/man/man1/pwg.1df b/man/man1/pwg.1df
index 3bc2e777..0d1c243c 100644
--- a/man/man1/pwg.1df
+++ b/man/man1/pwg.1df
@@ -7,9 +7,9 @@
.SH DESCRIPTION
.B pwg
with no arguments runs pwgen(1) with the --secure options and arguments for one
-password of fifteen alphanumeric characters, to avoid pwgen(1)'s unusual
-default of generating very many relatively low-quality passwords, which is
-never what the author wants.
+password of 16 alphanumeric characters, to avoid pwgen(1)'s unusual default of
+generating very many relatively low-quality passwords, which is never what the
+author wants.
.P
If any arguments are provided, it simply passes these to pwgen(1) untouched.
.SH AUTHOR