chiark / gitweb /
keys.delete-keeper: Only do one pass through the file system.
[distorted-keys] / extract-profile.in
index 03fe455ac77d6fb03ef4bfb5d5bf8333ead8c9f0..0de7af0860594e30abcc29954405f480f1b5d9fd 100755 (executable)
@@ -407,7 +407,7 @@ def parse(filename, d):
 
 OP = O.OptionParser(
   usage = '%prog SECTION FILE|DIRECTORY ...',
-  version = '%%prog, version %s' % VERSION,
+  version = '%%prog, %s version %s' % (PACKAGE, VERSION),
   description = '''\
 Parse the configurations FILE and DIRECTORY contents, and output the named
 SECTION as a sequence of simple assignments.