X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Fmymount.c;h=d419026efab0f3adad2d2795d1725859f67b9e13;hp=fcb92f0f8ce38eb54d10dc7e7e997bea5f74585c;hb=26f7a8bb19c6cb198c213757a97b6ac79e40db4b;hpb=a9150b627f8567902fb2188da4c2ec3df16cf32d diff --git a/sources/mymount.c b/sources/mymount.c index fcb92f0..d419026 100644 --- a/sources/mymount.c +++ b/sources/mymount.c @@ -216,5 +216,8 @@ void usage(void) { printf("you always need to specify two argument, source and target,\n"); printf("matching the system call ones, if one of them is not needed\n"); printf("just pass an empty string\n"); + printf("you also need to specify options and flag, give an empty \n"); + printf("string for option if you don't want to set any, i.e. \n"); + printf(" ./mymount -t ext4 -o "" -f remount,rdonly /dev/sdb1 /mnt"); exit(1); }