Thanks Jon,

I committed the attached path

Jean-Louis

On 08/01/18 02:08 AM, Jon LaBadie wrote:
> The usage message of ambackup(8) shows "dump" as a
> valid command.  It should show "backup" instead.
>
> Jon
This message is the property of CARBONITE, INC. and may contain confidential or 
privileged information.
If this message has been delivered to you by mistake, then do not copy or 
deliver this message to anyone.  Instead, destroy it and notify me by reply 
e-mail
diff --git a/client-src/ambackup.pl b/client-src/ambackup.pl
index 3018044..89323a8 100644
--- a/client-src/ambackup.pl
+++ b/client-src/ambackup.pl
@@ -521,7 +521,7 @@ sub get_backup
 }
 
 sub usage {
-    print STDERR "USAGE: ambackup [--config <config>] [--verbose] <config-overwrites> [list|check|dump] <diskname>";
+    print STDERR "USAGE: ambackup [--config <config>] [--verbose] <config-overwrites> [list|check|backup] <diskname>";
 }
 
 Amanda::Util::finish_application();

Reply via email to