Fix typo in argparse

This commit is contained in:
Michihito Shigemura 2017-11-03 15:29:37 +09:00 committed by Fabian Homborg
parent 97a6efec77
commit efdc62fa80

View file

@ -54,7 +54,7 @@ set -l argv
argparse 'h/help' 'n/name' $argv argparse 'h/help' 'n/name' $argv
\endfish \endfish
The first `--` seen is what allows the `argparse` command to reliably seperate the option specifications from the command arguments. The first `--` seen is what allows the `argparse` command to reliably separate the option specifications from the command arguments.
\subsection argparse-option-specs Option Specifications \subsection argparse-option-specs Option Specifications