Fixed typo
This commit is contained in:
parent
7db81d0ee0
commit
558f1646b5
@ -89,7 +89,7 @@ def _edit_script(file: str):
|
||||
|
||||
def main():
|
||||
if len(sys.argv) < 3:
|
||||
print('Usage: sudo pyhton write_bashrc.py <home-dir> <root-dir>')
|
||||
print('Usage: sudo python write_bashrc.py <home-dir> <root-dir>')
|
||||
exit()
|
||||
|
||||
_check_dependencies()
|
||||
|
Loading…
Reference in New Issue
Block a user