diff options
| author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 17:18:45 +0200 | 
|---|---|---|
| committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 17:18:45 +0200 | 
| commit | 167494d209920330c835febf75135b1ebecb441e (patch) | |
| tree | 6f32f1b4ccaf911d731e5af44f26fceed0a43905 /tar | |
| parent | 8cc0ed034504b744e6b1dd1af5db86bb97968097 (diff) | |
tar2sqfs: Fix help string
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tar')
| -rw-r--r-- | tar/tar2sqfs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index 8c55ea3..48e7fda 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -131,7 +131,7 @@ static void process_args(int argc, char **argv)  			quiet = true;  			break;  		case 'h': -			printf(help_string, SQFS_DEFAULT_BLOCK_SIZE, +			printf(usagestr, SQFS_DEFAULT_BLOCK_SIZE,  			       SQFS_DEVBLK_SIZE);  			compressor_print_available();  			exit(EXIT_SUCCESS); | 
