commit | 3719c4651110ecfc185545c7a2c5b12474ac5a99 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Tue May 15 13:12:00 2018 -0700 |
committer | Luis R. Rodriguez <mcgrof@kernel.org> | Thu May 17 12:22:42 2018 -0700 |
tree | 0fabd6193f1295a24c20c8ba28205e411ddbdc36 | |
parent | 4152dae535284e6de7a046387124380ec0baf93b [diff] |
mkfs: distinguish between struct sb_feat_args and struct cli_params The struct sb_feat_args will actually be shared between the code which processes command line options and the configuration file, as such we need to clarify and reflect this clearly in documentation. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>