mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Fix setx completion
This commit is contained in:
parent
da1fdc758b
commit
5574d13622
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ function __setx_generate_args --description 'Function to generate args'
|
|||
/d\tSpecify delimiters to be used in addition to the four built-in delimiters
|
||||
/?\tShow help'
|
||||
|
||||
if not __fish_seen_argument --windows '/a' --windows '/m' --windows '/x'
|
||||
if not __fish_seen_argument --windows 'a' --windows 'm' --windows 'x'
|
||||
echo -e '/a\tSpecify absolute coordinates and offset as search parameters
|
||||
/m\tSpecify to set the variable in the system environment
|
||||
/x\tDisplay file coordinates, ignoring the /a, /r, and /d command-line options'
|
||||
|
|
Loading…
Reference in a new issue