You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
500 B
21 lines
500 B
--- dbmulti.c 2005-07-17 07:00:07.000000000 -0400
|
|
+++ dbmulti.c 2005-07-17 06:59:35.000000000 -0400
|
|
@@ -60,7 +60,7 @@
|
|
}
|
|
#endif
|
|
#ifdef DBMULTI_scp
|
|
- if (strcmp(progname, "scp") == 0) {
|
|
+ if ((strcmp(progname, "scp") == 0) || (strcmp(progname, "dbscp") == 0)) {
|
|
return scp_main(argc, argv);
|
|
}
|
|
#endif
|
|
@@ -81,7 +81,7 @@
|
|
"'dropbearconvert' - the key converter\n"
|
|
#endif
|
|
#ifdef DBMULTI_scp
|
|
- "'scp' - secure copy\n"
|
|
+ "'dbscp' - secure copy\n"
|
|
#endif
|
|
,
|
|
DROPBEAR_VERSION);
|