sc- -> opensc-

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@121 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2001-12-30 21:30:39 +00:00
parent 607271df53
commit 8368c13f52
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* sc-crypt.c: Tool for cryptography operations with SmartCards
* opensc-crypt.c: Tool for cryptography operations with SmartCards
*
* Copyright (C) 2001 Juha Yrjölä <juha.yrjola@iki.fi>
*
@ -79,7 +79,7 @@ struct sc_pkcs15_card *p15card = NULL;
void print_usage_and_die()
{
int i = 0;
printf("Usage: sc-crypt [OPTIONS]\nOptions:\n");
printf("Usage: opensc-crypt [OPTIONS]\nOptions:\n");
while (options[i].name) {
char buf[40], tmp[5];

View File

@ -1,5 +1,5 @@
/*
* sc-tool.c: Tool for accessing SmartCards with libopensc
* opensc-tool.c: Tool for accessing SmartCards with libopensc
*
* Copyright (C) 2001 Juha Yrjölä <juha.yrjola@iki.fi>
*
@ -97,7 +97,7 @@ struct sc_pkcs15_card *p15card = NULL;
void print_usage_and_die(void)
{
int i = 0;
printf("Usage: sc-tool [OPTIONS]\nOptions:\n");
printf("Usage: opensc-tool [OPTIONS]\nOptions:\n");
while (options[i].name) {
char buf[40], tmp[5];