From 5690c1d32dd5de8419f2f0f37e4f075d7c2fb49d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 16 Mar 2008 14:54:03 +0100 Subject: [PATCH] dss.ggo: Change "text" to "details". This instructs gengetopt to generate also the --detailed-help option, which is nice. --- dss.ggo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.30.2