Browse Source

Added Reddit link to footer

philemon 8 years ago
parent
commit
1d788752e5
2 changed files with 3 additions and 1 deletions
  1. 2 0
      README.md
  2. 1 1
      test/test.py

+ 2 - 0
README.md

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

+ 1 - 1
test/test.py

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