nvram: add help message for nvram magic not found
[lede-git/.git] / package / utils / nvram / src / cli.c
index 538bdce64875c11e5886c22c3f5ccbb2fe413a79..224a2b7e2664b4ba4acb889816579412af4b4bb5 100644 (file)
@@ -240,6 +240,7 @@ int main( int argc, const char *argv[] )
                        "       - Insufficient permissions to open mtd device\n"
                        "       - Insufficient memory to complete operation\n"
                        "       - Memory mapping failed or not supported\n"
+                       "       - Nvram magic not found in specific nvram partition\n"
                );
 
                stat = 1;