Added version information to help display.
1 parent da35923 commit d3f76dd67731fde89efe79321701588046b458e3
@tundra tundra authored on 27 Jun 2001
Showing 1 changed file
View
3
■■
tdir
import sys
 
# Version info
 
VERSION = "$Id: tdir,v 1.56 2001/06/27 02:02:44 tundra Exp $"
VERSION = "$Id: tdir,v 1.57 2001/06/27 20:24:39 tundra Exp $"
 
 
# Booleans
 
 
def Usage():
UsageInfo = (
("tdir - Copyright (c) 2001, TundraWare Inc., All Rights Reserved. \n", ""),
(VERSION + "\n", ""),
(" usage: tdir [-Rdfhtv] [-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"),