X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=alicia;fp=alicia;h=39fab4773caf131ac0cd6acfd6bccbc4d3929df7;hb=105374b0eaca7dc32195f890c068cb167fad72fd;hp=50e5745d5117c63f251511769b8501ae758ae092;hpb=95ee2535ab74f16d0e46a030ba5c728cc1129c70;p=dak.git diff --git a/alicia b/alicia index 50e5745d..39fab477 100755 --- a/alicia +++ b/alicia @@ -2,7 +2,7 @@ # Microscopic modification and query tool for overrides in projectb # Copyright (C) 2004 Daniel Silverstone -# $Id: alicia,v 1.1 2004-01-29 01:00:08 dsilvers Exp $ +# $Id: alicia,v 1.2 2004-01-29 10:40:18 dsilvers 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 @@ -46,8 +46,8 @@ def game_over(): def usage (exit_code=0): - print """Usage: alicia [OPTIONS] package [section priority] -Make a microscopic override change/query + print """Usage: alicia [OPTIONS] package [section] [priority] +Make microchanges or microqueries of the overrides -h, --help show this help and exit -n, --no-action don't do anything @@ -100,7 +100,7 @@ def main (): elif r[0][1] == 1: arguments = (".",arg); else: - utils.fubar("%s is not a valid section or priority"); + utils.fubar("%s is not a valid section or priority" % (arg)); # Retrieve current section/priority...