/* cmd-set-tree-version.c * **************************************************************** * Copyright (C) 2003 Tom Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #include "config-options.h" #include "po/gettext.h" #include "hackerlab/cmd/main.h" #include "commands/set-tree-version.h" #define OPTS(OP) t_uchar arch_cmd_set_tree_version_help[] = N_("This command has been removed; you can use 'baz tree-version ' instead.\n"); int arch_cmd_set_tree_version (t_uchar * program_name, int argc, char * argv[]) { safe_printfmt (2, "This command has been removed; you can use 'baz tree-version ' instead.\n"); return 2; } /* tag: Tom Lord Mon May 12 14:52:06 2003 (set-tree-version.c) */