tb8765ap1_bsp: add banner
This commit is contained in:
@@ -3,6 +3,18 @@
|
|||||||
|
|
||||||
/* By YZBruh */
|
/* By YZBruh */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* _ _
|
||||||
|
* | | | |
|
||||||
|
* _ __ | |__ | |_
|
||||||
|
* | '_ \ | '_ \ | __|
|
||||||
|
* | |_) || |_) || |_
|
||||||
|
* | .__/ |_.__/ \__|
|
||||||
|
* | |
|
||||||
|
* |_|
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2024 YZBruh - Partition Backupper
|
* Copyright 2024 YZBruh - Partition Backupper
|
||||||
*
|
*
|
||||||
@@ -19,7 +31,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void licenses() {
|
void licenses()
|
||||||
|
{
|
||||||
printf("Copyright 2024 YZBruh - Partition Backupper\n");
|
printf("Copyright 2024 YZBruh - Partition Backupper\n");
|
||||||
printf("Licensed under the Apache License, Version 2.0 (the \"License\");\n");
|
printf("Licensed under the Apache License, Version 2.0 (the \"License\");\n");
|
||||||
printf("you may not use this file except in compliance with the License.\n");
|
printf("you may not use this file except in compliance with the License.\n");
|
||||||
@@ -31,7 +44,8 @@ void licenses() {
|
|||||||
printf("See the License for the specific language governing permissions and limitations under the License.\n");
|
printf("See the License for the specific language governing permissions and limitations under the License.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void help() {
|
void help()
|
||||||
|
{
|
||||||
printf("Usage (arguments): \n");
|
printf("Usage (arguments): \n");
|
||||||
printf(" -p, --partition name of the partition to be backed up\n");
|
printf(" -p, --partition name of the partition to be backed up\n");
|
||||||
printf(" -l, --logical know that the partition that will be backed up is logical\n");
|
printf(" -l, --logical know that the partition that will be backed up is logical\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user