Added -R to command list in help summary.
1 parent 221fa9b commit b221e4e1665ef5fd21b7be09984f02efaec82c03
@tundra tundra authored on 12 May 2006
Showing 1 changed file
View
4
tdir
import sys
 
# Version info
 
VERSION = "$Id: tdir,v 1.69 2006/05/10 18:46:39 tundra Exp $"
VERSION = "$Id: tdir,v 1.70 2006/05/12 21:31:01 tundra Exp $"
 
 
# Booleans
 
def Usage():
UsageInfo = (
("tdir " + VERSION.split()[2] +
" - Copyright (c) 2001-2006 TundraWare Inc., All Rights Reserved. \n", ""),
(" usage: tdir [-Rdefhtv] [-c #] [-s c] [-w #] [dir...] where,\n\n", ""),
(" usage: tdir [-DRdefhtv] [-c #] [-s c] [-w #] [dir...] where,\n\n", ""),
("-D", "Do not display dot files\n"),
("-R", "Recurse down each named directory tree\n"),
("-c #", "Column width\n"),
("-d", "Do not display directories in output\n"),