Added Reddit link to footer
This commit is contained in:
parent
eb6f7ef195
commit
1d788752e5
2 changed files with 3 additions and 1 deletions
|
|
@ -105,9 +105,11 @@ future use in an address file, which addresses may safely be made public.
|
|||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
[**Forum**][4] |
|
||||
[Reddit][0] |
|
||||
[PGP Public Key][5] |
|
||||
Donate: 15TLdmi5NYLdqmtCqczUs5pBPkJDXRs83w
|
||||
|
||||
[0]: https://www.reddit.com/user/mmgen-py
|
||||
[1]: https://github.com/mmgen/mmgen/wiki/Install-MMGen-on-Microsoft-Windows
|
||||
[2]: https://github.com/mmgen/mmgen/wiki/Install-MMGen-on-Debian-or-Ubuntu-Linux
|
||||
[3]: https://github.com/mmgen/mmgen/wiki/Getting-Started-with-MMGen
|
||||
|
|
|
|||
|
|
@ -652,7 +652,7 @@ if opt.list_cmds:
|
|||
for cmd in cmd_data:
|
||||
if cmd[:5] == 'info_':
|
||||
m = capfirst(cmd_data[cmd][0])
|
||||
msg(green(' %s:' % m))
|
||||
Msg(green(' %s:' % m))
|
||||
continue
|
||||
Msg(' '+fs.format(cmd,cmd_data[cmd][1],w=w))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue