From e3643c610f325e276f2267bc5c64e9455eed4b3e Mon Sep 17 00:00:00 2001 From: Dennis Schridde Date: Wed, 10 Oct 2018 09:52:20 +0200 Subject: [PATCH] doc_src/set.txt: -U affects only the user running the command, not all users --- doc_src/set.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/set.txt b/doc_src/set.txt index e9eba414c..fca3bf170 100644 --- a/doc_src/set.txt +++ b/doc_src/set.txt @@ -29,7 +29,7 @@ The following options control variable scope: - `-g` or `--global` causes the specified shell variable to be given a global scope. Non-global variables disappear when the block they belong to ends -- `-U` or `--universal` causes the specified shell variable to be given a universal scope. If this option is supplied, the variable will be shared between all the current users fish instances on the current computer, and will be preserved across restarts of the shell. +- `-U` or `--universal` causes the specified shell variable to be given a universal scope. If this option is supplied, the variable will be shared between all the current user's fish instances on the current computer, and will be preserved across restarts of the shell. - `-x` or `--export` causes the specified shell variable to be exported to child processes (making it an "environment variable")