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

Loading…
Cancel
Save