diff options
author | Javier <dev.git@javispedro.com> | 2022-04-09 00:08:13 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-09 00:08:13 +0200 |
commit | da9c31fe6d586d78131f604ab7734b3632a9644d (patch) | |
tree | 5f5f24ce85ca6b6e7527c21b2840ade274895160 | |
parent | 90cecec048ee29a4971b8bda571da2a2b9613024 (diff) | |
download | vbados-da9c31fe6d586d78131f604ab7734b3632a9644d.tar.gz vbados-da9c31fe6d586d78131f604ab7734b3632a9644d.zip |
print help if invoked after install
-rw-r--r-- | dosmain.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -556,6 +556,7 @@ int main(int argc, const char *argv[]) if (data) { printf("VBMouse already installed\n"); + print_help(); return EXIT_SUCCESS; } |