remove unused %include -e option
This commit is contained in:
parent
d461f625e8
commit
579a806c64
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ ztd::option_set create_include_opts()
|
||||||
{
|
{
|
||||||
ztd::option_set opts;
|
ztd::option_set opts;
|
||||||
opts.add(
|
opts.add(
|
||||||
ztd::option('e', false, "Escape double quotes"),
|
|
||||||
ztd::option('C', false, "Don't cd to folder the file is in"),
|
ztd::option('C', false, "Don't cd to folder the file is in"),
|
||||||
ztd::option('f', false, "Force include even if already included. Don't count as included")
|
ztd::option('f', false, "Force include even if already included. Don't count as included")
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue