Browse Source

Add new line at the end of usage text.

Georgi Chorbadzhiyski 12 years ago
parent
commit
b4c13cedc5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      fjfs.c

+ 1
- 0
fjfs.c View File

329
 	printf(" -o --allow-other | Mount FUSE with allow_other option. This allows other users\n");
329
 	printf(" -o --allow-other | Mount FUSE with allow_other option. This allows other users\n");
330
 	printf("                  . to access the mounted fjfs instance. /etc/fuse.conf must\n");
330
 	printf("                  . to access the mounted fjfs instance. /etc/fuse.conf must\n");
331
 	printf("                  . contain \"user_allow_other\" in order for this option to work.\n");
331
 	printf("                  . contain \"user_allow_other\" in order for this option to work.\n");
332
+	printf("\n");
332
 }
333
 }
333
 
334
 
334
 static void parse_parameters(int argc, char *argv[]) {
335
 static void parse_parameters(int argc, char *argv[]) {

Loading…
Cancel
Save