From: Frank Lichtenheld Date: Thu, 4 Dec 2008 20:45:31 +0000 (+0100) Subject: Typo fix X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=79c613021db5a0fa8f1f4132d39b372c539e47f3;p=dak.git Typo fix Signed-off-by: Frank Lichtenheld Signed-off-by: Joerg Jaspert --- diff --git a/dak/dak.py b/dak/dak.py index 3f3a6796..193b4659 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -175,7 +175,7 @@ def usage(functionality, exit_code=0): print """Usage: dak COMMAND [...] Run DAK commands. (Will also work if invoked as COMMAND.) -Availble commands:""" +Available commands:""" for (command, description) in functionality: print " %-23s %s" % (command, description) sys.exit(exit_code)