aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/pwgen.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc.d/pwgen.bash b/bash/bashrc.d/pwgen.bash
index 1ac80505..2d68e05c 100644
--- a/bash/bashrc.d/pwgen.bash
+++ b/bash/bashrc.d/pwgen.bash
@@ -1,5 +1,5 @@
-# Set some defaults for pwgen, because its defaults are to give me a long list
-# of relatively short passwords, when I generally want only one good one
+# Set some defaults for pwgen(1), because its defaults are to give me a long
+# list of relatively short passwords, when I generally want only one good one
pwgen() {
if (($#)) ; then
command pwgen "$@"