/* cmd-archive-setup.c * **************************************************************** * Copyright (C) 2003 Tom Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #include "po/gettext.h" #include "hackerlab/cmd/main.h" #include "libarch/namespace.h" #include "commands/archive-setup.h" t_uchar arch_cmd_archive_setup_help[] = N_("Command no longer available\n"); int arch_cmd_archive_setup (t_uchar * program_name, int argc, char * argv[]) { safe_printfmt(1, N_("Archive-setup is now done with during import, branch or switch\n")); return 1; } /* tag: Tom Lord Wed Jun 11 11:47:44 2003 (cmd-archive-setup.c) */