* src/tar.c (tar_help_filter): Add missing break statement
This commit is contained in:
Sergey Poznyakoff
2017-08-24 22:18:39 +03:00
parent ede0d1b42d
commit 228d83ed24

View File

@@ -1123,6 +1123,7 @@ tar_help_filter (int key, const char *text, void *input)
case LZOP_OPTION:
s = xasprintf (_("filter the archive through %s"), LZOP_PROGRAM);
break;
case 'J':
s = xasprintf (_("filter the archive through %s"), XZ_PROGRAM);