- Fix from Joe Phillips: fix help message

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@726 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-11-28 15:44:32 +00:00
parent 09faf83bd0
commit b00579d40d
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ err:
fclose(outf);
return -error;
usage:
printf("Usage: put <file id> [output file]\n");
printf("Usage: put <file id> [input file]\n");
return -1;
}