=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/sftp-int.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/ssh/Attic/sftp-int.c 2001/02/04 23:47:46 1.6 +++ src/usr.bin/ssh/Attic/sftp-int.c 2001/02/05 00:02:32 1.7 @@ -27,7 +27,7 @@ /* XXX: recursive operations */ #include "includes.h" -RCSID("$OpenBSD: sftp-int.c,v 1.6 2001/02/04 23:47:46 deraadt Exp $"); +RCSID("$OpenBSD: sftp-int.c,v 1.7 2001/02/05 00:02:32 deraadt Exp $"); #include "buffer.h" #include "xmalloc.h" @@ -93,6 +93,7 @@ { "RM", I_RM }, { "RMDIR", I_RMDIR }, { "!", I_SHELL }, + { "?", I_HELP }, { NULL, -1} };