From 97d7e2fdb2ebec70c3124c1a6370d28ec02efad0 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 8 May 2016 22:11:36 -0400 Subject: [PATCH] libe2p: change the long flag name for -P to be Project_Hierarchy This more clearly describes what the flag means. Signed-off-by: Theodore Ts'o --- lib/e2p/pf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/e2p/pf.c b/lib/e2p/pf.c index 27421a6..b4a086f 100644 --- a/lib/e2p/pf.c +++ b/lib/e2p/pf.c @@ -46,7 +46,7 @@ static struct flags_name flags_array[] = { { EXT4_HUGE_FILE_FL, "h", "Huge_file" }, { FS_NOCOW_FL, "C", "No_COW" }, { EXT4_INLINE_DATA_FL, "N", "Inline_Data" }, - { EXT4_PROJINHERIT_FL, "P", "Project_Iherit" }, + { EXT4_PROJINHERIT_FL, "P", "Project_Hierarchy" }, { 0, NULL, NULL } }; -- 1.8.3.1