diff options
author | Micah Anderson <micah@riseup.net> | 2005-12-27 22:12:43 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2005-12-27 22:12:43 +0000 |
commit | 104b663a9d6807b7fdcaf06816c08ed746e38ac2 (patch) | |
tree | 096349311ecf51bc0e4fa74efad53b65467ae7da /handlers | |
parent | cb33925290234cb78d7c888abad02b87c311fff2 (diff) | |
download | backupninja-104b663a9d6807b7fdcaf06816c08ed746e38ac2.tar.gz backupninja-104b663a9d6807b7fdcaf06816c08ed746e38ac2.tar.bz2 |
r239@um: micah | 2005-12-27 14:52:42 -0500
I think the first three items are required, not the last 3 :)
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/dup.helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/dup.helper b/handlers/dup.helper index 13371f4..7297fb1 100644 --- a/handlers/dup.helper +++ b/handlers/dup.helper @@ -99,7 +99,7 @@ do_dup_dest() { set -o noglob REPLY= while [ -z "$REPLY" -o -z "$dup_destdir" -o -z "$dup_desthost" -o -z "$dup_destuser" ]; do - formBegin "$dup_title - destination: last three items are compulsory" + formBegin "$dup_title - destination: first three items are compulsory" formItem "desthost" "$dup_desthost" formItem "destuser" "$dup_destuser" formItem "destdir" "$dup_destdir" |