Added Reddit link to footer

This commit is contained in:
The MMGen Project 2017-02-23 10:55:39 +03:00
commit 1d788752e5
Signed by: mmgen
GPG key ID: 62DBE9E5212F05BE
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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))