diff options
Diffstat (limited to 'mpiosh')
-rw-r--r-- | mpiosh/mpiosh.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mpiosh/mpiosh.c b/mpiosh/mpiosh.c index 30a773c..79285d3 100644 --- a/mpiosh/mpiosh.c +++ b/mpiosh/mpiosh.c @@ -2,7 +2,7 @@ /* * - * $Id: mpiosh.c,v 1.11 2002/09/15 12:03:23 germeier Exp $ + * $Id: mpiosh.c,v 1.12 2002/09/15 14:55:58 crunchy Exp $ * * Author: Andreas Büsching <crunchy@tzi.de> * @@ -109,9 +109,9 @@ mpiosh_cmd_t commands[] = { { "format", NULL, "format current memory card", mpiosh_cmd_format }, - { "switch", "<file1> <file2>", - "switches the order of two files", - mpiosh_cmd_switch }, +/* { "switch", "<file1> <file2>", */ +/* "switches the order of two files", */ +/* mpiosh_cmd_switch }, */ { "ldir", NULL, "list local directory", mpiosh_cmd_ldir }, |