Skip to content

Commit 75b924c

Browse files
City-buszchimosky
authored andcommitted
Fix ArgumentParser syntax
1 parent 216a5da commit 75b924c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sugar3/activity/activityinstance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def create(self, handle_dict):
8686

8787

8888
def main():
89-
usage = 'usage: %prog [options] [activity dir] [python class]'
89+
usage = '%(prog)s [options] [activity dir] [python class]'
9090
epilog = 'If you are running from a directory containing an Activity, ' \
9191
'the argument may be omitted. Otherwise please provide either '\
9292
'a directory containing a Sugar Activity [activity dir], a '\

0 commit comments

Comments
 (0)