From: Theodore Ts'o Date: Mon, 9 May 2016 02:11:36 +0000 (-0400) Subject: libe2p: change the long flag name for -P to be Project_Hierarchy X-Git-Tag: v1.43-WIP-2016-05-12~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d7e2fdb2ebec70c3124c1a6370d28ec02efad0;p=thirdparty%2Fe2fsprogs.git 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 --- diff --git a/lib/e2p/pf.c b/lib/e2p/pf.c index 27421a6e9..b4a086f33 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 } };