From: Andre Noll Date: Sun, 16 Mar 2008 13:54:03 +0000 (+0100) Subject: dss.ggo: Change "text" to "details". X-Git-Tag: v0.0.2~11 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=5690c1d32dd5de8419f2f0f37e4f075d7c2fb49d dss.ggo: Change "text" to "details". This instructs gengetopt to generate also the --detailed-help option, which is nice. --- diff --git a/dss.ggo b/dss.ggo index a126dec..fe44aad 100644 --- a/dss.ggo +++ b/dss.ggo @@ -143,7 +143,7 @@ option "pre_create_hook" r default="/bin/true" optional -text " +details=" Execute this command before trying to create a new snapshot If this command returns with a non-zero exit status, do not perform the backup. One possible application of this is to @@ -160,7 +160,7 @@ option "post_create_hook" o default="/bin/true" optional -text " +details=" Execute this after a snapshot has successfully been created The return value on the command is ignored. For instance one could count the number of files per user and/or the disk @@ -175,7 +175,7 @@ option "creation_sleep" s default="60" optional -text " +details=" The sleep interval for snapshot creation in minutes. The daemon will, in an endlees loop, create a snapshot and then sleep that many minutes. @@ -191,7 +191,7 @@ option "min_free" m default="50" optional -text " +details=" If less that this many gigabytes of space is available, dss will start to remove snapshots (starting from the oldest snapshot) until the free disk space exeecds this value.