change the message for not keying in any argument.

This commit is contained in:
2011-09-04 21:43:16 +08:00
parent 5703e01651
commit 6163791014

View file

@ -66,7 +66,7 @@ def vowel_add_mark(vowel):
'''主程式''' '''主程式'''
if len(sys.argv) == 1: if len(sys.argv) == 1:
print "請輸入欲轉換的POJ數字符號。" print "請輸入欲轉換的POJ數字符號形)"
exit() exit()
orig_content = "" #原來的POJ數字表記 orig_content = "" #原來的POJ數字表記