Add README.md

This commit is contained in:
Narbeh 2018-04-18 09:47:05 +04:30
parent d5266aa1b9
commit c840abf80a

View File

@ -98,7 +98,7 @@ def filter_hostname(host):
if __name__ == '__main__':
if len(sys.argv) < 2:
print('Usage: {} host1 [host2] [host3] ...'.format(sys.argv[0]))
print('Usage: python {} host1 [host2] [host3] ...'.format(sys.argv[0]))
sys.exit(0)
show_result(sys.argv[1:])