summaryrefslogtreecommitdiff
path: root/misc/tune2fs.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2022-08-11 23:51:03 -0400
committerTheodore Ts'o <tytso@mit.edu>2022-08-11 23:51:03 -0400
commit068eadd2c4243cf66e4b067a65c5a8fe2a62d774 (patch)
tree01f7067d5a651d29b5904a37eb330e491d29f0a1 /misc/tune2fs.c
parent8e2e5a514bfef7d960e4a7af986a959e2294a4cc (diff)
parent7bb8da77e890d738900da75266786ea9a55df961 (diff)
downloade2fsprogs-068eadd2c4243cf66e4b067a65c5a8fe2a62d774.tar.gz
Merge branch 'maint' into next
Diffstat (limited to 'misc/tune2fs.c')
-rw-r--r--misc/tune2fs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/tune2fs.c b/misc/tune2fs.c
index 6c162ba5..0c2ab3c3 100644
--- a/misc/tune2fs.c
+++ b/misc/tune2fs.c
@@ -3100,6 +3100,8 @@ int tune2fs_main(int argc, char **argv)
#endif
if (argc && *argv)
program_name = *argv;
+ else
+ usage();
add_error_table(&et_ext2_error_table);
#ifdef CONFIG_BUILD_FINDFS