mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 01:32:53 +08:00
Fix typos in docs
This commit is contained in:
parent
0d0ee473fa
commit
16ae532368
|
@ -1196,7 +1196,7 @@ A more robust approach to argument handling is :ref:`argparse <cmd-argparse>`, w
|
|||
|
||||
# If -h or --help is given, we print a little help text and return
|
||||
if set -q _flag_help
|
||||
echo "mybetterfunction [-h|-help] [-s-|-second] [ARGUMENTS...]"
|
||||
echo "mybetterfunction [-h|--help] [-s|--second] [ARGUMENTS...]"
|
||||
return 0
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user