print error messages to stderr; change all in-string quoting to use "

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14021 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-07-04 15:09:42 +00:00
parent 8190ec78b2
commit d970c48c81
13 changed files with 32 additions and 31 deletions

View File

@@ -340,7 +340,7 @@ getit(struct get_options *opt, const char *name, int argc, char **argv)
struct get_entry_data data;
if(argc == 0) {
printf("usage: %s principal...\n", name);
fprintf(stderr, "usage: %s principal...\n", name);
return 0;
}