Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11db439

Browse files
authored
Update gameops.py
1 parent 02c0e8c commit 11db439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gameops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def update(pkg):
124124
# check arguments
125125
opts = sys.argv
126126
if len(opts) < 2:
127-
print 'start|stop|status|update'
127+
print 'start|stop|status|backup|update'
128128
sys.exit(0)
129129
elif len(opts) == 2:
130130
if opts[1]=='start':

0 commit comments

Comments
 (0)