diff options
author | mouring <mouring@cvs.openbsd.org> | 2003-05-15 03:44:01 +0000 |
---|---|---|
committer | mouring <mouring@cvs.openbsd.org> | 2003-05-15 03:44:01 +0000 |
commit | 7668d9c3a3d1bab68ad4f8de9893bc4da187e22d (patch) | |
tree | f7779042d999fdad3534a8a1106e589bde70f982 /usr.bin/ssh/sftp.c | |
parent | 5377a4d07a4d40870e8300ae08fe2fff49b2ac6b (diff) |
Teach ls how to display multiple column display and allow users to return
to single column format via 'ls -1'. OK @djm
Diffstat (limited to 'usr.bin/ssh/sftp.c')
-rw-r--r-- | usr.bin/ssh/sftp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/sftp.c b/usr.bin/ssh/sftp.c index 8448cd6be46..6060a916911 100644 --- a/usr.bin/ssh/sftp.c +++ b/usr.bin/ssh/sftp.c @@ -24,9 +24,7 @@ #include "includes.h" -RCSID("$OpenBSD: sftp.c,v 1.34 2003/01/10 08:19:07 fgsch Exp $"); - -/* XXX: short-form remote directory listings (like 'ls -C') */ +RCSID("$OpenBSD: sftp.c,v 1.35 2003/05/15 03:44:00 mouring Exp $"); #include "buffer.h" #include "xmalloc.h" |