X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=julia;h=6cf0e46ae33765b50e28eb8a9d4569a13dac237d;hb=f544f13b91fa2ebc2a5c91eb81098d93af639bfe;hp=e3548784d608f7f5f4602200b156099d751a024d;hpb=c846e77a848d60dd115f00faa0d9a854161d99eb;p=dak.git diff --git a/julia b/julia index e3548784..6cf0e46a 100755 --- a/julia +++ b/julia @@ -2,7 +2,7 @@ # Sync PostgreSQL users with system users # Copyright (C) 2001, 2002 James Troup -# $Id: julia,v 1.8 2002-10-16 02:47:32 troup Exp $ +# $Id: julia,v 1.9 2003-01-02 18:12:50 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -41,13 +41,13 @@ projectB = None; ################################################################################ def usage (exit_code=0): - print """Usage: julia [OPTION]... PASSWD_FILE -Sync PostgreSQL's pg_user with PASSWD_FILE. + print """Usage: julia [OPTION]... +Sync PostgreSQL's users with system users. + -h, --help show this help and exit -n, --no-action don't do anything -q, --quiet be quiet about what is being done - -v, --verbose explain what is being done - -h, --help show this help and exit""" + -v, --verbose explain what is being done""" sys.exit(exit_code) ################################################################################