[gnome-terminal] schema: Add the hold option to the description



commit 474a07ab62b1cd5179f996cb263458e25b30703d
Author: Egmont Koblinger <egmont gmail com>
Date:   Sat Nov 7 20:31:26 2015 +0100

    schema: Add the hold option to the description

 src/org.gnome.Terminal.gschema.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
index 305dd26..2a834ea 100644
--- a/src/org.gnome.Terminal.gschema.xml
+++ b/src/org.gnome.Terminal.gschema.xml
@@ -194,7 +194,7 @@
     <key name="exit-action" enum="org.gnome.Terminal.ExitAction">
       <default>'close'</default>
       <summary>What to do with the terminal when the child command exits</summary>
-      <description>Possible values are "close" to close the terminal, and "restart" to restart the 
command.</description>
+      <description>Possible values are "close" to close the terminal, "restart" to restart the command, and 
"hold" to keep the terminal open with no command running inside.</description>
     </key>
     <key name="login-shell" type="b">
       <default>false</default>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]