Minor help screen formatting change.
1 parent 12f129c commit e8f033a3e8105178419f6b1e77d6a15572c21fc2
@toor toor authored on 6 Apr 2005
Showing 1 changed file
View
4
mkapachepw.py
 
# Program Information
 
PROGNAME = "mkapachepw"
RCSID = "$Id: mkapachepw.py,v 1.117 2005/04/06 07:52:05 toor Exp $"
RCSID = "$Id: mkapachepw.py,v 1.118 2005/04/06 07:57:48 toor Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
# Usage Prompts
#####
 
uTable = [PROGNAME + " " + VERSION + " - %s\n" % COPYRIGHT,
"usage: " + PROGNAME + " [-sGUguIicqhv] where,\n",
"usage: " + PROGNAME + " [-sGUguIicqhv] \n where,\n",
" -s do not process system password/group files (default: process these files)",
" -G list of groups to include (+group | +GID) or exclude (-group | -GID) (default: none)",
" -U list of users to include (+user | + UID) or exclude (-user | -UID) (default: none)",
" -g # smallest GID to include in output (default: 100)",