mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 22:21:16 -03:00
Fix typos in docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user