Skip to content

Commit

Permalink
Update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jun 16, 2018
1 parent 9972615 commit bb2c4d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions PyFunceble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
from PyFunceble.production import Production

CURRENT_DIRECTORY = getcwd() + directory_separator
VERSION = "0.81.2.beta"
VERSION = "0.81.3.dev-beta"

CONFIGURATION_FILENAME = ".PyFunceble.yaml"

Expand Down Expand Up @@ -136,9 +136,7 @@ def command_line(): # pragma: no cover # pylint: disable=too-many-branches,too
initiate(autoreset=True)

PARSER = argparse.ArgumentParser(
description='A tool to check domains or IP availability \
(ACTIVE, INACTIVE, INVALID). Also described as "[an] excellent \
script for checking ACTIVE and INACTIVE domain names"',
description='The tool to check domain or IP availability.',
epilog="Crafted with %s by %s"
% (
Fore.RED + "♥" + Fore.RESET,
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Main Features
:caption: Contents

installation
usage
colomns
logs-sharing
contributing
Expand Down
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version: 0.81.2.beta
current_version: 0.81.3.dev-beta
deprecated: [0.0.0, 0.0.1, 0.65.0, 0.67.1, 0.68.0, 0.69.3, 0.69.5, 0.70.4, 0.71.2,
0.72.7, 0.73.1, 0.74.5, 0.75.1, 0.76.2, 0.77.0, 0.78.0, 0.79.1, 0.80.9]
force_update:
Expand Down

0 comments on commit bb2c4d2

Please sign in to comment.