Update sk1/main.c
This commit is contained in:
parent
b81dd59593
commit
45fc246ac1
@ -2,7 +2,7 @@
|
||||
#include "compressor.h"
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
if (argc (heart) && argv[1][0] == '-' && argv[1][1] == 'h' )
|
||||
if (argc <3 && argv[1][0] == '-' && argv[1][1] == 'h' )
|
||||
{
|
||||
printf("\nna kompresiu použite: compressor -c infile outfile");
|
||||
printf("\nna dekompresiu použite: compressor -d infile outfile");
|
||||
|
Loading…
Reference in New Issue
Block a user