Skip to content

Commit 582d542

Browse files
committed
Add help usage message
1 parent e1961f1 commit 582d542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/audit.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
ignoreList = []
55

6+
if argv[1] == "-h":
7+
print("USAGE: python (-O) audit.py <path-to-icon-spec-file> <path-to-root-dir-of-theme> (<report-file-name>)")
8+
exit()
9+
610
try:
711
viewWidth = os.get_terminal_size().columns
812
except:

0 commit comments

Comments
 (0)