diff --git a/app.js b/app.js index fc2faca..e341248 100755 --- a/app.js +++ b/app.js @@ -18,7 +18,7 @@ var argv = require('yargs') .boolean('cli') .describe('username', 'E.g. johndoe, john_doe or johndoe9999') .default("username", "") - .describe('websites', 'Website or websites separated by space E.g. youtube, tiktok or tumblr') + .describe('websites', 'A website or websites separated by space E.g. youtube, tiktok or tumblr. Also, you can use top10, or top105 which will select websites by their global rank. Or, use all for selecting all websites. The default is top100') .default("websites", "top100") .describe('mode', 'Analysis mode E.g.fast -> FindUserProfilesFast, slow -> FindUserProfilesSlow or special -> FindUserProfilesSpecial') .default("mode", "fast") diff --git a/setup.py b/setup.py index 8734077..d4acc83 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( author_email='gigaqeeq@gmail.com', description="API, CLI & Web App for analyzing & finding a person's profile across 300+ social media websites (Detections are updated regularly)", long_description=long_description, - version='0.34', + version='0.36', license='AGPL-3.0', url='https://github.com/qeeqbox/social-analyzer', packages=['social-analyzer'],