summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-05 00:02:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-05 00:02:33 +0000
commited8ad205cfc304be7819b652d0e8871a57a66dc9 (patch)
tree331be12749b88e5ad0d88445c3ea4256a6c82c44
parent5a4c4f7676bbdc42ff8d240cc42a6368c76b01f2 (diff)
? == help
-rw-r--r--usr.bin/ssh/sftp-int.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sftp-int.c b/usr.bin/ssh/sftp-int.c
index 9d5bcc8c71b..5fd9429a5c6 100644
--- a/usr.bin/ssh/sftp-int.c
+++ b/usr.bin/ssh/sftp-int.c
@@ -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 @@ const struct CMD cmds[] = {
{ "RM", I_RM },
{ "RMDIR", I_RMDIR },
{ "!", I_SHELL },
+ { "?", I_HELP },
{ NULL, -1}
};