Browse Source

Add copyright string in usage text.

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

+ 1
- 0
fjfs.c View File

@@ -304,6 +304,7 @@ static const struct option long_options[] = {
304 304
 static void show_usage(void) {
305 305
 	printf("%s\n", program_id);
306 306
 	printf("FUSE module for virtual joining of multiple files into one.\n");
307
+	printf("Copyright (c) 2010-2011 Georgi Chorbadzhiyski\n");
307 308
 	printf("\n");
308 309
 	printf("Usage: fjfs [file-list-options] [options] mount-point-file file-list\n");
309 310
 	printf("\n");

Loading…
Cancel
Save