Skip to content

Commit

Permalink
Added -v --version
Browse files Browse the repository at this point in the history
  • Loading branch information
jotyGill committed Jun 6, 2019
1 parent ada4664 commit aed90df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions privacyfighter/pf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
# )
def main():
parser = argparse.ArgumentParser(description="Privacy-Fighter: A Browser Setup To Protect Your Privacy")
# parser.add_argument("-v", "--version", action="version",
# version="Privacy-Fighter " + __version__ + __basefilepath__)
parser.add_argument("-v", "--version", action="version",
version="Privacy-Fighter " + __version__)
install_tab = parser.add_argument_group(
"Install", "Please make sure:\n"
"1. Firefox is installed but not running at the moment\n"
Expand Down

0 comments on commit aed90df

Please sign in to comment.