Fix application descriptions.
This commit is contained in:
parent
4ad11c46c7
commit
c7ff4640a0
17 changed files with 25 additions and 26 deletions
|
|
@ -29,7 +29,7 @@ class Geolooc(ReplApplication):
|
|||
APPNAME = 'geolooc'
|
||||
VERSION = '0.8'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "Geolooc is a console application to get geolocalization of IP addresses."
|
||||
DESCRIPTION = 'Console application allowing to geolocalize IP addresses.'
|
||||
CAPS = ICapGeolocIp
|
||||
|
||||
def main(self, argv):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue