From 808fac9b14ad28dd517607696ab09a0865b48342 Mon Sep 17 00:00:00 2001 From: Jan Kanis Date: Sat, 29 Dec 2012 19:35:51 +0100 Subject: [PATCH] document set -L/--long option --- doc_src/set.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/set.txt b/doc_src/set.txt index 63a15d71c..e2155fb7b 100644 --- a/doc_src/set.txt +++ b/doc_src/set.txt @@ -21,6 +21,7 @@ The set builtin causes fish to assign the variable VARIABLE_N - -q or --query test if the specified variable names are defined. Does not output anything, but the builtins exit status is the number of variables specified that were not defined. - -u or --unexport causes the specified environment not to be exported to child processes - -x or --export causes the specified environment variable to be exported to child processes +- -L or --long do not abbreviate long values when printing set variables If set is called with no arguments, the names and values of all environment variables are printed. If some of the scope or export