Added -e option to Usage command line help display.
1 parent 38eea15 commit 9839e4836c29f2a293a1f8764f13b54e6461f0e5
@tundra tundra authored on 21 Jul 2001
Showing 1 changed file
View
4
tdir
import sys
 
# Version info
 
VERSION = "$Id: tdir,v 1.64 2001/07/20 22:42:39 tundra Exp $"
VERSION = "$Id: tdir,v 1.65 2001/07/21 20:10:06 tundra Exp $"
 
 
# Booleans
 
def Usage():
UsageInfo = (
("tdir " + VERSION.split()[2] +
" - Copyright (c) 2001, TundraWare Inc., All Rights Reserved. \n", ""),
(" usage: tdir [-Rdfhtv] [-c #] [-s c] [-w #] [dir...] where,\n\n", ""),
(" usage: tdir [-Rdefhtv] [-c #] [-s c] [-w #] [dir...] where,\n\n", ""),
("-R", "Recurse down each named directory tree\n"),
("-c #", "Column width\n"),
("-d", "Do not display directories in output\n"),
("-e", "Do not sort files by extension\n"),