Embedded version number differently in help screen.
1 parent 6e434b9 commit 477f82436917c49f01d7047cee4c12091dc7dc44
@tundra tundra authored on 17 Jul 2001
Showing 1 changed file
View
6
tdir
import sys
 
# Version info
 
VERSION = "$Id: tdir,v 1.61 2001/07/06 17:33:40 tundra Exp $"
VERSION = "$Id: tdir,v 1.62 2001/07/17 16:55:04 tundra Exp $"
 
 
# Booleans
 
 
 
def Usage():
UsageInfo = (
("tdir - Copyright (c) 2001, TundraWare Inc., All Rights Reserved. \n", ""),
(VERSION + "\n", ""),
("tdir " + VERSION.split()[2] +
" - Copyright (c) 2001, TundraWare Inc., All Rights Reserved. \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"),