aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/set.txt
diff options
context:
space:
mode:
authorGravatar Jan Kanis <jan.code@jankanis.nl>2012-12-29 19:35:51 +0100
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-29 11:56:11 -0800
commit808fac9b14ad28dd517607696ab09a0865b48342 (patch)
treee4134f5b9f4446d9f85cd4c0849918f1bdd000e5 /doc_src/set.txt
parent737972be2f326bfffb9f1db43a0f9f99bad49e58 (diff)
document set -L/--long option
Diffstat (limited to 'doc_src/set.txt')
-rw-r--r--doc_src/set.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc_src/set.txt b/doc_src/set.txt
index 63a15d71..e2155fb7 100644
--- a/doc_src/set.txt
+++ b/doc_src/set.txt
@@ -21,6 +21,7 @@ The <code>set</code> builtin causes fish to assign the variable <code>VARIABLE_N
- <code>-q</code> or <code>--query</code> 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.
- <code>-u</code> or <code>--unexport</code> causes the specified environment not to be exported to child processes
- <code>-x</code> or <code>--export</code> causes the specified environment variable to be exported to child processes
+- <code>-L</code> or <code>--long</code> 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