aboutsummaryrefslogtreecommitdiff
path: root/bin/pwg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pwg')
-rwxr-xr-xbin/pwg2
1 files changed, 1 insertions, 1 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 "$@"