]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
libe2p: change the long flag name for -P to be Project_Hierarchy
authorTheodore Ts'o <tytso@mit.edu>
Mon, 9 May 2016 02:11:36 +0000 (22:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 May 2016 02:11:36 +0000 (22:11 -0400)
This more clearly describes what the flag means.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/e2p/pf.c

index 27421a6e93cbe3cfbd2960c9699a02bd8d815c41..b4a086f33a1957c4fa85436296735c6f8ce81378 100644 (file)
@@ -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 }
 };