Skip to content

Commit

Permalink
fix for args
Browse files Browse the repository at this point in the history
  • Loading branch information
ratana committed Feb 16, 2013
1 parent f783784 commit 54d48db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean_android_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def main(argv):
run_all_tests()
sys.exit(0)

if num_args != 3 and num_args != 1:
if num_args != 2:
print 'Cleans an Android strings.xml'
print 'Usage: <input.xml> <output.xml>'
print ' or'
Expand Down

0 comments on commit 54d48db

Please sign in to comment.