aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-12-24 12:48:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-12-24 12:48:00 +1300
commitab36c64ed45613b3acafd2b88a1d3f81cc2e867d (patch)
tree06939a2148b4f4f9410d818a611858b5b3ce4543
parentAdd missing case terminator (diff)
downloaddotfiles-ab36c64ed45613b3acafd2b88a1d3f81cc2e867d.tar.gz
dotfiles-ab36c64ed45613b3acafd2b88a1d3f81cc2e867d.zip
Add man page section to comment
-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 "$@"