From 265351f4c765782ee942d88c5ee6e9abbcc4c172 Mon Sep 17 00:00:00 2001 From: crunchy Date: Mon, 14 Oct 2002 12:52:01 +0000 Subject: reactivated switch command without any functionality --- mpiosh/global.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mpiosh') diff --git a/mpiosh/global.c b/mpiosh/global.c index 832ac8b..8a71c90 100644 --- a/mpiosh/global.c +++ b/mpiosh/global.c @@ -2,7 +2,7 @@ * * Author: Andreas Buesching * - * $Id: global.c,v 1.1 2002/10/12 20:06:22 crunchy Exp $ + * $Id: global.c,v 1.2 2002/10/14 12:52:01 crunchy Exp $ * * Copyright (C) 2001 Andreas Büsching * @@ -86,9 +86,9 @@ mpiosh_cmd_t commands[] = { { "format", NULL, NULL, " format current memory card", mpiosh_cmd_format, NULL }, -/* { "switch", " ", */ -/* "switches the order of two files", */ -/* mpiosh_cmd_switch }, */ + { "switch", NULL, " ", + " switches the order of two files", + mpiosh_cmd_switch, mpiosh_readline_comp_mpio_file }, { "ldir", (char *[]){ "lls", NULL }, NULL, " list local directory", mpiosh_cmd_ldir, NULL }, -- cgit v1.2.3