X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=recover-src%2Fhelp.c;h=31dec03bb643225df30d49195275c0febcca77ac;hb=HEAD;hp=b56082bcac283d29d2ef6c675bc4e490aa340040;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/recover-src/help.c b/recover-src/help.c index b56082b..31dec03 100644 --- a/recover-src/help.c +++ b/recover-src/help.c @@ -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"); }