lintian doesn't like orphan packages with uploaders...
[debian/amanda] / recover-src / help.c
index b56082bcac283d29d2ef6c675bc4e490aa340040..31dec03bb643225df30d49195275c0febcca77ac 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
  * Copyright (c) 1991-1998, 2000 University of Maryland at College Park
+ * Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
  * All Rights Reserved.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -66,5 +67,6 @@ help_list(void)
     g_printf(_("setdevice [[-h host] device]       - select tape server and/or device\n"));
     g_printf(_("setproperty [append] [priority] name [value ...] - set a property\n"));
     g_printf(_("setmode smb|tar                    - select the method used to extract SMB shares\n"));
+    g_printf(_("settranslate [on|off]              - set/unset translation of non-ASCII characters\n"));
     g_printf("\n");
 }