git » abk » commit 06a0c4f

Small fix so it doesn't break with --help.

author Alberto Bertogli
2005-07-11 06:02:45 UTC
committer Alberto Bertogli
2005-07-11 06:02:45 UTC
parent c06b67b53363ea9ef6f72f3e42b7872817978481

Small fix so it doesn't break with --help.

abk +1 -1

diff --git a/abk b/abk
index 0b2ded2..c0a31d6 100644
--- a/abk
+++ b/abk
@@ -481,7 +481,7 @@ def parse_options():
 				formatter = self.formatter
 			result = []
 			if self.description:
-				result.append(self._get_prog_name() + ' - ' + \
+				result.append(self.get_prog_name() + ' - ' + \
 					self.format_description(formatter)+"\n\n")
 			if self.usage:
 				result.append(self.get_usage() + "\n")