From 0d7de0a2fac69246923695c63cad6d8ee40ca9b9 Mon Sep 17 00:00:00 2001 From: Ben S Date: Mon, 9 Feb 2015 16:49:31 +0000 Subject: Add --tree to README --- src/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.rs') diff --git a/src/options.rs b/src/options.rs index 961bed9..f4ebb23 100644 --- a/src/options.rs +++ b/src/options.rs @@ -50,8 +50,8 @@ impl Options { opts.optflag("g", "group", "show group as well as user"); opts.optflag("h", "header", "show a header row at the top"); opts.optflag("H", "links", "show number of hard links"); - opts.optflag("l", "long", "display extended details and attributes"); opts.optflag("i", "inode", "show each file's inode number"); + opts.optflag("l", "long", "display extended details and attributes"); opts.optflag("r", "reverse", "reverse order of files"); opts.optflag("R", "recurse", "recurse into directories"); opts.optopt ("s", "sort", "field to sort by", "WORD"); -- cgit v1.2.3