aboutsummaryrefslogtreecommitdiff
path: root/bin/ls
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>1999-08-23 05:39:40 +0000
committerChris Costello <chris@FreeBSD.org>1999-08-23 05:39:40 +0000
commit279fdba6f6be3668ae5a3cb3a0b43bf71e0a84b5 (patch)
tree77e9394565ab10663fb991a36e5806cdee5c6ba7 /bin/ls
parentf10c8263aa312e7ce0f2e25c46fce11c0f11568d (diff)
downloadsrc-279fdba6f6be3668ae5a3cb3a0b43bf71e0a84b5.tar.gz
src-279fdba6f6be3668ae5a3cb3a0b43bf71e0a84b5.zip
Backed out my -n change to imply -l by request of sheldonh.
Notes
Notes: svn path=/head/; revision=50204
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/ls.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c
index 5b3a24861eee..86599c691ffe 100644
--- a/bin/ls/ls.c
+++ b/bin/ls/ls.c
@@ -220,8 +220,6 @@ main(argc, argv)
break;
case 'n':
f_numericonly = 1;
- f_longform = 1;
- f_column = f_singlecol = 0;
break;
case 'o':
f_flags = 1;