test: fix a typo

This commit is contained in:
Felix Yan 2018-10-06 04:04:12 +08:00 committed by Simon Michael
parent 08e02024b2
commit 9c0648b46a

View File

@ -20,7 +20,7 @@
# the command name. # the command name.
# #
# - RawOpts: the command name, options, and arguments parsed by cmdargs, # - RawOpts: the command name, options, and arguments parsed by cmdargs,
# as an assocation list of strings. Eg: # as an association list of strings. Eg:
# [("command","register"),("args","a"),("debug",""),("help","")] # [("command","register"),("args","a"),("debug",""),("help","")]
# #
# - CliOpts: a RawOpts, plus the same information with some additional # - CliOpts: a RawOpts, plus the same information with some additional