Fixed a small typo

This commit is contained in:
Holger Rapp 2010-08-22 13:57:19 +02:00
parent 05c09d746a
commit 14da7e5bf9

View File

@ -2052,9 +2052,9 @@ if __name__ == '__main__':
help="send commands to screen session SESSION [%default]") help="send commands to screen session SESSION [%default]")
p.add_option("-i", "--interrupt", dest="interrupt", p.add_option("-i", "--interrupt", dest="interrupt",
action="store_true", action="store_true",
help="Stop after defining the snippet. This allows the user" \ help="Stop after defining the snippet. This allows the user " \
"to interactively test the snippet in vim. You must give exactly" \ "to interactively test the snippet in vim. You must give " \
"one test case on the cmdline. The test will always fail." "exactly one test case on the cmdline. The test will always fail."
) )
o, args = p.parse_args() o, args = p.parse_args()