Skip to content

Commit b6a3932

Browse files
committed
Tweak usage info
1 parent 90c2536 commit b6a3932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderwall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def parse_badges(raw_badges):
142142

143143
if __name__ == '__main__':
144144
if len(sys.argv) < 2:
145-
print('Usage: ' + sys.argv[0] + ' USERNAME...')
145+
print('Usage: ' + sys.argv[0] + ' <username> [username ...]')
146146
else:
147147
for username in sys.argv[1:]:
148148
print(CoderWall(username))

0 commit comments

Comments
 (0)