Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zackelia committed Nov 11, 2020
1 parent 0c22814 commit f0db17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Attempt to find the installation directory based on `ghidraRun`
ghidra_run_path = shutil.which("ghidraRun")
if not ghidra_run_path:
print("Could not find Ghidra installation, run with --install-path")
print("Could not find Ghidra installation, run with --path")
exit(-1)
else:
install_path = Path(ghidra_run_path).parents[0]
Expand Down

0 comments on commit f0db17a

Please sign in to comment.