Improved error message when no key has been found
authorjoey <>
Sat, 20 Nov 2004 19:11:34 +0000 (19:11 +0000)
committerjoey <>
Sat, 20 Nov 2004 19:11:34 +0000 (19:11 +0000)
ud-useradd

index 829d707..7d0730b 100755 (executable)
@@ -66,7 +66,8 @@ while (1):
    Keys = GPGKeySearch(Foo);
 
    if len(Keys) == 0:
-      print "Sorry, that search did not turn up any keys";
+      print "Sorry, that search did not turn up any keys."
+      print "Has it been added to the Debian keyring already?"
       continue;
    if len(Keys) > 1:
       print "Sorry, more than one key was found, please specify the key to use by\nfingerprint:";