diff options
| -rwxr-xr-x | bin/newlist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/newlist b/bin/newlist index 36ede674c..fd54bd1ba 100755 --- a/bin/newlist +++ b/bin/newlist @@ -24,7 +24,8 @@ You can specify as many of the arguments as you want on the command line. The optional <immediate> argument, if present, means to send out the notice immediately. Otherwise, the script hangs pending input, to give time for the person creating the list to customize it before sending the admin an -email notice about the existence of the new list.""" +email notice about the existence of the new list. +""" import sys, os, string import time |
