Skip to content

Commit

Permalink
[FEATURE] Changed param description
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Nov 5, 2018
1 parent b846dd1 commit e1cf038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ std::string translate_out_filter(const t_output_filter o_filter)
case OUT_NO_DUMPS:
return "don't dump the modified PEs, but save the report";
case OUT_NO_DIR:
return "don't create the output directory at all";
return "don't dump any files";
}
return "undefined";
}
Expand Down
2 changes: 1 addition & 1 deletion term_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ void print_in_color(int color, std::string text)
set_color(color);
std::cout << text;
unset_color();
}
}

0 comments on commit e1cf038

Please sign in to comment.